I\'ve created a small HTML5 web application for my company.
This application displays a list of items and everything works fine.
The application is mainly us
You can try this
body { /* Disables pull-to-refresh but allows overscroll glow effects. */ overscroll-behavior-y: contain; }
example :
https://ebidel.github.io/demos/chatbox.html
full doc https://developers.google.com/web/updates/2017/11/overscroll-behavior