Is there a way to customize the width of the firefox scrollbar?
Is there a way to customize the width of the firefox scrollbar?
about:config
widget.non-native-theme.scrollbar.size.override, from 0 to however many css pixels wide you want the scrollbaruser.js
user_pref(“widget.non-native-theme.scrollbar.size.override”, 5);