Suggestion of using `overscroll-behavior: none` on the frontend
GalvinGao opened this issue ยท 0 comments
Is your feature request related to a problem? Please describe.
Typically on macOS or iOS/iPadOS, when the user "overshoots" the page when they scrolls, the page do indeed overshoot in which follows the user's gesture, but slows when the user overshoots the scroll container more.
This could be a better experience when we are dealing with a typography-heavy webpage (such as newsletter or blog page), but with an interactive webpage the one may want to disable this in order to give a more immersive experience. See MDN Docs on overscroll-behavior for more.
Describe the solution you'd like
Apply overscroll-behavior: none
to a fitting element in which will instruct the webpage to disable the overshoot (or overscroll) behavior on those devices, giving a more immersive experience. I'm happy to file a PR if you guys wish me to.
And at last I just wanna say that this is one of the most fantastic and phenomenal plugin I've ever seen in the Minecraft community, so huge shoutout to the contributors who have made this plugin!