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!

  • @[email protected]
    link
    fedilink
    English
    7
    edit-2
    1 year ago
    • 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);

    • lemmy
      link
      fedilink
      English
      31 year ago

      Thanks! Scrollbar can’t hide no more!

    • overtinkerOP
      link
      English
      21 year ago

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