diff --git a/files/templates/chat.html b/files/templates/chat.html
index a78bd9e14..6a2afc4f4 100644
--- a/files/templates/chat.html
+++ b/files/templates/chat.html
@@ -76,7 +76,7 @@
margin-top: 0.5rem;
}
#chat-window {
- max-height: calc(100vh - 250px);
+ max-height: calc(100vh - 270px);
}
}