From 2ac3b2b3bdbbfe63d5ee42164730423946e74e91 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 6 Apr 2019 12:03:45 +0300 Subject: [PATCH] Add support for certain missing scrollbars --- chrome/minimal_popup_scrollbars.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/chrome/minimal_popup_scrollbars.css b/chrome/minimal_popup_scrollbars.css index ba1397f..f43614d 100644 --- a/chrome/minimal_popup_scrollbars.css +++ b/chrome/minimal_popup_scrollbars.css @@ -1 +1,8 @@ -.panel-subview-body{ scrollbar-color: rgb(210,210,210) var(--uc-dark-bkgnd-color,var(--arrowpanel-background)); scrollbar-width: thin } \ No newline at end of file +.panel-subview-body{ + scrollbar-color: rgb(210,210,210) var(--uc-dark-bkgnd-color,var(--arrowpanel-background)); + scrollbar-width: thin +} +#permList, scrollbar{ + scrollbar-color: rgb(210,210,210) var(--uc-light-bkgnd-color,var(--arrowpanel-background)); + scrollbar-width: thin +} \ No newline at end of file