Make the scrollbar offset X amount from the edge of the page
NVHT opened this issue · 4 comments
NVHT commented
silverwind commented
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?
silverwind commented
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.