tabsbar: Fix alltabs-button not showing on tabs overflow

Fixes #688
This commit is contained in:
Rafael Mardojai CM 2023-10-25 11:15:37 -05:00
parent b41efafaf3
commit a6739437a5
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ tab {
#alltabs-button { #alltabs-button {
visibility: collapse; visibility: collapse;
} }
#tabbrowser-tabs[overflow="true"] ~ #alltabs-button { #tabbrowser-tabs[overflow] ~ #alltabs-button {
visibility: visible; visibility: visible;
} }