[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

@ -80,7 +80,7 @@
}
#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar):not(#addon-bar) {
overflow: -moz-hidden-unscrollable;
overflow: clip;
max-height: 4em;
transition: min-height 170ms ease-out, max-height 170ms ease-out;
padding: 1px 4px;

View file

@ -164,7 +164,7 @@
}
#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar):not(#addon-bar) {
overflow: -moz-hidden-unscrollable;
overflow: clip;
max-height: 4em;
transition: min-height 170ms ease-out, max-height 170ms ease-out;
}

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) {

View file

@ -184,7 +184,7 @@ toolbar:-moz-lwtheme {
}
#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar):not(#addon-bar) {
overflow: -moz-hidden-unscrollable;
overflow: clip;
max-height: 4em;
transition: min-height 170ms ease-out, max-height 170ms ease-out;
padding: 0 5px;
@ -282,7 +282,7 @@ toolbar:-moz-lwtheme {
/* Need to constrain the box shadow fade to avoid overlapping layers, see bug 886281. */
#main-window[tabsintitlebar]:not([sizemode=fullscreen]) #navigator-toolbox:not(:-moz-lwtheme) {
overflow: -moz-hidden-unscrollable;
overflow: clip;
}
/**