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