Replace overflow: -moz-hidden-unscrollable with overflow: clip
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user