From 5e43925633736d47aa3c114213957f034863a24e Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 22 Oct 2022 03:36:39 +0200 Subject: [PATCH] Hide chat scrollbar --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {