-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to disable scrollbar #514
Comments
I recommend you to do it by userChrome.css, instead of about:config. For example:
Thank you for a suggestion. However, I have no plan to add the option by some reasons:
|
I think it would be a nice addition |
An alternative way to hide the scrollbar is to visit about:config and set
and then of course select "Narrow scrollbar" in TreeStyleTab's options. |
I simply scroll my tabs with my mouse wheel, so the scrollbar is both ugly and unnecessary. It's already possible to remove the scrollbar, by setting
extensions.treestyletab.tabbar.narrowScrollbar.size
to 0.1px (0 breaks it for some reason).I think a GUI option for this would be nice for less technical people.
The text was updated successfully, but these errors were encountered: