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

https://lemmy.world/post/1935319

Is there a way to customize the width of the firefox scrollbar? - Lemmy.world

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. Would greatly appreciate any help!

about:config

  • change 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!