You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
515 B
CSS

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/scrollable_menupopups.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
5 years ago
.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;
}