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

@@ -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));