In the Safari browser on iOS, when the web page is scrolled to the top, you can scroll another distance like a rubber band and rebound after letting go. This effect also exists on Windows tablets.
Please tell me how to use css to disable this effect, because it often affects the scrolling inside the page. As far as I know, there is a css attribute that can be used.
Which one is it?
The mobile version eliminates the rubber band effect by blocking the default event, but there is a disadvantage. The default event is blocked, the a label cannot be clicked, and the page must simulate a scroll bar