From 8760f6d6bf435884379a080a306eda0ebf540974 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Fri, 4 Feb 2022 20:41:58 -0500 Subject: [PATCH] fuck firefox, i'm just gonna remove the scroll bar --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index b2e9f02e..a2be8a45 100644 --- a/index.html +++ b/index.html @@ -299,6 +299,8 @@ position: absolute; z-index: 1; padding-bottom:1px; + scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.15); + scrollbar-width: none; } #categoryControls button { /* Borderless buttons */