diff --git a/content/treestyletab/treestyletab.css b/content/treestyletab/treestyletab.css index 19ac1682..242d530c 100644 --- a/content/treestyletab/treestyletab.css +++ b/content/treestyletab/treestyletab.css @@ -83,6 +83,10 @@ tabbrowser[treestyletab-mode="vertical"] .tabs-stack > *:first-child + * > hbox: position: fixed !important; -moz-appearance: none !important; } +#TabsToolbar:not([treestyletab-tabbar-position="top"]) .tabbrowser-tabs, +#TabsToolbar[treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) .tabbrowser-tabs { + overflow: hidden !important; +}