From 4de319063ce47146cea26aeeb3bb59e0837660f9 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 3 Jan 2020 15:40:13 +0200 Subject: [PATCH] Add html and .main-content selectors --- content/about_page_scrollbars.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/about_page_scrollbars.css b/content/about_page_scrollbars.css index 2b297fc..fedc6f5 100644 --- a/content/about_page_scrollbars.css +++ b/content/about_page_scrollbars.css @@ -1,6 +1,8 @@ @-moz-document url-prefix("about:"){ window, page, + html, + .main-content, scrollbar{ scrollbar-color: rgb(210,210,210) rgb(42,42,46); scrollbar-width: thin;