From bccac8bd2ea1010a2f1a14508e940eeb50bd0a70 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 28 Feb 2021 00:02:50 +0000 Subject: [PATCH] hide ugly chat scrollbar --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2171657..d0b1f10 100644 --- a/index.html +++ b/index.html @@ -41,12 +41,12 @@ .chat-input-wrapper { bottom: calc(2px * 16); width: 100%; - overflow: scroll; + overflow: hidden; background-color: rgba(0, 0, 0, 0); } .chat { - overflow: scroll; + overflow: hidden; color: white; font-size: 32px; margin: 0px;