Comment by chrismorgan
2 years ago
I encounter inappropriate `overflow: scroll` that should have been `overflow: auto` very frequently (in the scheme of things), probably averaging over once a month.
Your use case sounds like it might be better handled by `scrollbar-gutter: stable`, though I might adjust my judgement on seeing it.
Thanks, I wasn't aware of that one. Will try to use it next time.