StylishThemes/Overlay-Scrollbars

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

NVHT opened this issue · 4 comments

NVHT commented

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

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

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

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

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

It is the same as before, no changes.