new file
This commit is contained in:
parent
67cfaaac27
commit
c2b6e57c34
1 changed files with 11 additions and 0 deletions
11
chrome/scrollable_menupopups.css
Normal file
11
chrome/scrollable_menupopups.css
Normal file
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue