From e0083e093fe33659c24687ebac6a189751b5fa2c Mon Sep 17 00:00:00 2001 From: Nekzuris <48560751+Nekzuris@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:28:19 +0100 Subject: [PATCH 1/2] Thin scrollbars for Firefox --- css/80_app.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 3f5aa4942c..d594e4bf89 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -5777,6 +5777,12 @@ li.hide + li.version .badge .tooltip .popover-arrow { body { scrollbar-width: 10px; } +/* Firefox */ +@-moz-document url-prefix() { + * { + scrollbar-width: thin; + } +} /* Intro walkthrough From d04c3cdb73bc4661232d453ff749208ca7aedcba Mon Sep 17 00:00:00 2001 From: Nekzuris <48560751+Nekzuris@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:14:38 +0100 Subject: [PATCH 2/2] Remove invalid scrollbar css --- css/80_app.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index d594e4bf89..dd764ba5d9 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -5774,9 +5774,6 @@ li.hide + li.version .badge .tooltip .popover-arrow { background-color: rgba(0,0,0,.05); } } -body { - scrollbar-width: 10px; -} /* Firefox */ @-moz-document url-prefix() { * {