[Basilisk] css: replace -moz-hidden-unscrollable with clip

This commit is contained in:
roytam1 2025-07-21 23:24:55 +08:00
commit c466a1385f
4 changed files with 5 additions and 5 deletions

View file

@ -590,7 +590,7 @@
/* Need to constrain the glass fog to avoid overlapping layers, see bug 886281. */
#navigator-toolbox:not(:-moz-lwtheme) {
overflow: -moz-hidden-unscrollable;
overflow: clip;
}
#main-window[sizemode=normal] .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox > .scrollbox-innerbox:not(:-moz-lwtheme) {