Replace overflow: -moz-hidden-unscrollable with overflow: clip
This commit is contained in:
@@ -13,7 +13,7 @@ See the above repository for updates as well as full license text. */
|
||||
fill: currentColor;
|
||||
padding: 4px 6px !important;
|
||||
flex-grow: 1;
|
||||
overflow: -moz-hidden-unscrollable;
|
||||
overflow: clip;
|
||||
}
|
||||
.titlebar-button:hover{ background-color: rgba(0,0,0,0.1) }
|
||||
.titlebar-min{ list-style-image: url(chrome://browser/skin/zoom-out.svg); }
|
||||
|
||||
@@ -195,7 +195,7 @@ See the above repository for updates as well as full license text. */
|
||||
}
|
||||
.scrollbox-clip[orient="horizontal"],
|
||||
#tabbrowser-arrowscrollbox{
|
||||
overflow: -moz-hidden-unscrollable;
|
||||
overflow: clip;
|
||||
display: inline;
|
||||
--scrollbutton-display-model: none;
|
||||
--uc-scrollbox-max-height: calc((var(--tab-min-height) + 2 * var(--tab-block-margin,0px)) * var(--multirow-n-rows));
|
||||
|
||||
@@ -27,7 +27,7 @@ button,
|
||||
.panel-arrowcontent{ margin-inline-end: 0 !important; }
|
||||
.panel-arrow{ margin-inline: 17px !important; }
|
||||
|
||||
menupopup{ -moz-appearance: none !important; overflow: -moz-hidden-unscrollable !important; }
|
||||
menupopup{ -moz-appearance: none !important; overflow: clip !important; }
|
||||
|
||||
.tabbrowser-tab[selected]::after,
|
||||
.tabbrowser-tab[beforeselected-visible]::after{ border-color: transparent !important; }
|
||||
|
||||
@@ -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