Treestyletab: Choose side of scroll bar and close button separately

Created on 22 Sep 2017  路  3Comments  路  Source: piroor/treestyletab

In the WebExtensions version, I'd like to have both the close buttons and scrollbar on the right. When choosing "Right side" in the options, it puts the tab close buttons on the left. Can I choose to put them both on the right or left side?

WebExtensions

Most helpful comment

All 3 comments

Put following style rule into the "extra style rules" field in the configuration, then inverted scrollbar will go away.

:root.left #tabbar {
  direction: ltr;
}

@piroor Thanks! That worked.

Was this page helpful?
0 / 5 - 0 ratings