I'm currently in the process of developing a web app and I want to prevent horizontal overflow (elastic band) type scrolling.
Despite trying various solutions, such as:
html, body {width: 100%; overflow-x: hidden;}
Nothing seems to be effective...
The specific URL where I need this functionality implemented is:
Thank you