From 635854aaef8264c9c693378d0eeafbf8d8298deb Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 29 Dec 2018 10:52:33 +0200 Subject: [PATCH] set scrollbar-width globally since it's not inherited --- content/css_scrollbar_width_color.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/css_scrollbar_width_color.css b/content/css_scrollbar_width_color.css index cbde0c4..70ccb7e 100644 --- a/content/css_scrollbar_width_color.css +++ b/content/css_scrollbar_width_color.css @@ -1,6 +1,4 @@ /* Scrollbar colors and width - applied globally */ @namespace url("http://www.w3.org/1999/xhtml"); -:root{ - scrollbar-color: rgb(210,210,210) rgb(46,54,69); - scrollbar-width: thin; -} \ No newline at end of file +:root{ scrollbar-color: rgb(210,210,210) rgb(46,54,69); } +*{ scrollbar-width: thin } \ No newline at end of file