Replace overflow: -moz-hidden-unscrollable with overflow: clip

This commit is contained in:
MrOtherGuy
2025-07-22 19:25:21 +03:00
parent c675b129c0
commit 61301d7475
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ menupopup,
.panel-arrowcontent{
-moz-appearance: none !important;
border-radius: var(--uc-menupopup-border-radius) !important;
overflow: -moz-hidden-unscrollable !important;
overflow: clip !important;
}
/* The rounding is also applied to searchbar and urlbar to look consistent */