mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
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.
This commit is contained in:
parent
9a66b9e88f
commit
a0a477cebf
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ See the above repository for updates as well as full license text. */
|
||||||
.scrollbox-clip[orient="horizontal"],
|
.scrollbox-clip[orient="horizontal"],
|
||||||
#tabbrowser-arrowscrollbox{
|
#tabbrowser-arrowscrollbox{
|
||||||
overflow: -moz-hidden-unscrollable;
|
overflow: -moz-hidden-unscrollable;
|
||||||
display: block;
|
display: inline;
|
||||||
--scrollbutton-display-model: none;
|
--scrollbutton-display-model: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue