diff --git a/files/templates/chat.html b/files/templates/chat.html index 017230f772..d81a6fe1f9 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -66,7 +66,7 @@ margin-top: 0.5rem; } #chat-window { - max-height: calc(100vh - 250px); + max-height: calc(100vh - 260px); } }