diff --git a/public/index.html b/public/index.html
index 4eea63b..1154e7c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -91,7 +91,6 @@
         display: flex;
         flex-direction: column;
         flex: 1;
-        overflow-y: scroll;
         padding: 8px 16px;
         list-style: none;
         align-items: flex-start;
@@ -103,6 +102,7 @@
 
       #chatcontent::--webkit-scrollbar {
         display: none;
+        visibility: hidden;
       }
 
       hr.solid {