Open NVHT opened 1 year ago
Does this CSS work for you (replacing the userstyle completely)?
@supports (overflow: overlay) {
body {
overflow: overlay;
scrollbar-gutter: stable;
}
}
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.
It is the same as before, no changes.
Describe the change you'd like This is the original css. This is what I want. Additional context