@MerriNet Checked this in detail and while it does work, it doesn’t seem to play nice in situations where the scroller goes from non-overflowing to an overflowing state (which could be considered a bug).
Also a pity that it requires an element (or generated content) that actually takes up space (i.e. `min-height: 1px`).
And finally no Safari support for this, unfortunately :-(
https://codepen.io/bramus/pen/GRbxOPX/f6627102553f568a71fec831498b2d6b
@bramus Interesting, my pen works in Safari. So I tested a bit and `display: flex;` is what breaks it in Safari.
I don't have time to check if there is a bug report for Safari on this.