refactor styles for chat

This commit is contained in:
Kostya
2024-01-19 14:00:06 +03:00
parent 6108498aaf
commit eae674ba54

View File

@@ -30,8 +30,10 @@
} }
.chat__content--users { .chat__content--users {
height: 100%; height: 650px;
width: 250px;
overflow-y: auto; overflow-y: auto;
overflow-x: auto;
} }
.chat__content, .chat__content--users { .chat__content, .chat__content--users {