Fix empty tab rows on Firefox 107 (#232)

On Firefox 107, the tab bar displays all the tab rows, even if they are empty because there are few tabs.
This change removes the empty tab rows and restores the right behavior, only displaying tab rows when there are too many tabs to fit in one row.
pull/241/head
AMS777 2 years ago committed by GitHub
parent 9a66b9e88f
commit a0a477cebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,7 +46,7 @@ See the above repository for updates as well as full license text. */
.scrollbox-clip[orient="horizontal"],
#tabbrowser-arrowscrollbox{
overflow: -moz-hidden-unscrollable;
display: block;
display: inline;
--scrollbutton-display-model: none;
}

Loading…
Cancel
Save