Tweak some scrollbox styling to fix fallout from bug 1913322

This commit is contained in:
MrOtherGuy
2024-08-25 13:32:36 +03:00
parent b6d26d8fcb
commit 42042a6278
7 changed files with 23 additions and 6 deletions

View File

@@ -38,8 +38,11 @@ Any button to the right of the flexible space is pushed to the right edge.
.closing-tabs-spacer{
display: none !important;
}
.scrollbox-clip[orient="horizontal"]{
contain: var(--uc-scrollbox-containment,initial) !important;
@-moz-document url("chrome://browser/content/browser.xhtml"){
scrollbox[orient="horizontal"],
.scrollbox-clip[orient="horizontal"]{
contain: var(--uc-scrollbox-containment,initial) !important;
}
}
#tabbrowser-tabs ~ toolbarspring{
flex-grow: 0 !important;