From e6f8c6b70587431a31194740e3fde5af645199f4 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 22 Oct 2022 03:32:27 +0200 Subject: [PATCH] Tweak styling --- public/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 4101996..4eea63b 100644 --- a/public/index.html +++ b/public/index.html @@ -96,6 +96,13 @@ list-style: none; align-items: flex-start; margin-top: 1px; + + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ + } + + #chatcontent::--webkit-scrollbar { + display: none; } hr.solid { @@ -226,7 +233,7 @@ #voteopts > li > strong, .outlinebox { outline-color: black; outline-style: solid; - outline-width: 1px; + outline-width: 2px; }