From 88efbb62d957b0b56561c4e73270fe535570955e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 28 Dec 2019 11:58:59 -0600 Subject: [PATCH] Make scrollbars nicer on Firefox --- gorge.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gorge.css b/gorge.css index cec0f44..cbdddd7 100644 --- a/gorge.css +++ b/gorge.css @@ -102,6 +102,8 @@ button { #buildings-list { overflow-x: hidden; overflow-y: scroll; + scrollbar-color: #e1e1e1 #888; + scrollbar-width: thin; max-height: 50vh; max-width: 400px; } @@ -288,6 +290,8 @@ button { padding-bottom: 100px; overflow-x: hidden; overflow-y: overlay; + scrollbar-color: #e1e1e1 #888; + scrollbar-width: thin; } #upgrade-tooltip {