Hi there!
I’ve been building a navigation in which you navigate through the world by scrolling. However if you scroll on MacOS with the trackpad there is this weird bouncing effect as you can see in the video, i attached.
Tried solving it by setting the overscroll behaviour to contain, but that didn’t do the trick so far.
@herbst🌵 only thing that i might add is instead of using overflow: scroll; I’d suggest using overflow: hidden; so you don’t have the nasty scrollbars visible!