Skip to content

Commit

Permalink
[FB] VarticalTab | Fix Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper-0910 committed Aug 27, 2024
1 parent e527a53 commit 308146b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions browser/base/content/browser-verticaltabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@

#tabbrowser-tabs {
overflow-y: scroll !important;
overflow-x: hidden !important;
scrollbar-width: thin !important;
border-inline-start: none !important;
padding-inline-start: 0 !important;
Expand All @@ -144,6 +145,10 @@
margin-left: 2px !important;
}

#TabsToolbar:not(:hover) #tabbrowser-tabs {
scrollbar-width: none !important;
}

#tabbrowser-arrowscrollbox-periphery {
display: none;
}
Expand Down

0 comments on commit 308146b

Please sign in to comment.