Is there a way to customize the width of the firefox scrollbar?

I would like to make it really thin (and potentially rounded) I rememeber having something like that on my previous PC a while ago but I can't find the CSS for it. This customization also applied to all websites I visited (including iFrames). Would greatly appreciate any help!

19 points · 9 comments · view on lemmy.world

9 Comments

authed@lemmy.ml · 7 pts · 3y (1 reply)

And here I was thinking it was too thin... Seems like they keep making thinner and thinner

overtinker@lemmy.world · 4 pts · 3y

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!

Kuunha@lemmy.eco.br · 7 pts · 3y (2 replies)
  • 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);

itspcp@lemmy.ml · 3 pts · 3y

Thanks! Scrollbar can't hide no more!

overtinker@lemmy.world · 2 pts · 3y

This looks promising! I will try it out when I get access to my laptop. Thanks a lot!