And here I was thinking it was too thin... Seems like they keep making thinner and thinner
Firefox
/c/firefox
A place to discuss the news and latest developments on the open-source browser Firefox.
Rules
1. Adhere to the instance rules
2. Be kind to one another
3. Communicate in a civil manner
Reporting
If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.
Hahah, I guess I'm just picky with my screen estate. I like to maximize the space on my webpages. I have the Sidebery extension for vertical tabs on the sidebar which only opens when I hover over it and I disabled the traditional tabs shown at the top. All that's left is to trim that pesky scrollbar!
-
about:config:
widget.non-native-theme.scrollbar.size.override
, from 0 to however many css pixels wide you want the scrollbar -
user.js:
user_pref("widget.non-native-theme.scrollbar.size.override", 5);
Thanks! Scrollbar can't hide no more!
This looks promising! I will try it out when I get access to my laptop. Thanks a lot!