StylishThemes / Overlay-Scrollbars

🎨 An overlay scrollbar customizable theme for Firefox and Chrome based browsers
https://raw.githubusercontent.com/StylishThemes/Overlay-Scrollbars/master/global-overlay-scrollbars.user.css
Other
88 stars 10 forks source link

Make the scrollbar offset X amount from the edge of the page #13

Open NVHT opened 1 year ago

NVHT commented 1 year ago

Describe the change you'd like image This is the original css. image This is what I want. Additional context

silverwind commented 1 year ago

Does this CSS work for you (replacing the userstyle completely)?

@supports (overflow: overlay) {
  body {
    overflow: overlay;
    scrollbar-gutter: stable;
  }
}
NVHT commented 1 year ago

Sorry, I'm a noob, but how do you add (try) that?

silverwind commented 1 year ago

Edit the style in Stylus and paste the lines after the comments.

This should in theory enable a better variant of overlay scrollbars that relies more on browser defaults, minus the customization. I can not test myself as on macOS, overlay scrollbars are already the default everywhere.

NVHT commented 1 year ago

It is the same as before, no changes.