diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 821007a62..da7facbb6 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -1,5 +1,5 @@ #chat-window { - max-height: calc(100vh - 220px); + max-height: calc(100vh - 240px); overflow-y: auto; background-color: transparent !important; }