From c2b6e57c34c6dcffefcfcea04c993f4704b3e20d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 7 May 2020 15:54:50 +0300 Subject: [PATCH] new file --- chrome/scrollable_menupopups.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 chrome/scrollable_menupopups.css diff --git a/chrome/scrollable_menupopups.css b/chrome/scrollable_menupopups.css new file mode 100644 index 0000000..7d628f7 --- /dev/null +++ b/chrome/scrollable_menupopups.css @@ -0,0 +1,11 @@ +.menupopup-arrowscrollbox{ + --uc-scrollbox-overflow: auto; + --uc-scrollbutton-display-model: none; +} + +scrollbox{ overflow-y: var(--uc-scrollbox-overflow,initial) !important; } + +#scrollbutton-up, +#scrollbutton-down{ + display: var(--uc-scrollbutton-display-model,initial) !important; +} \ No newline at end of file