diff --git a/luckydiamond/src/assets/css/ComponentsStyles/chat.css b/luckydiamond/src/assets/css/ComponentsStyles/chat.css index 439118a..24f47f3 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/chat.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/chat.css @@ -30,8 +30,10 @@ } .chat__content--users { - height: 100%; + height: 650px; + width: 250px; overflow-y: auto; + overflow-x: auto; } .chat__content, .chat__content--users {