I’d like to remove the default rubber-banding or scroll bounce effect: when the page stretches slightly beyond its normal boundaries and then bounces back to its original position when the user stops scrolling. This only seems to happen on mobile. Here’s a video of what I’m referring to:
Is there custom code I can add in an HTML element to achieve this?
I tried this to an html then adding “no-scroll” to the ID attribute of both the index and specific group but it didn’t work.
#no-scroll { overscroll-behavior: none; }