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; }