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?
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.
This is filed at the code snippets:
https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules
Most helpful comment
This is filed at the code snippets:
https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules