Currently, I am dealing with a webview and encountering some peculiar behavior.
The overflow-x property is set to hidden, which works perfectly on browsers. However, when accessed on a mobile device, the overflow seems to be ignored completely.
Here is the URL for reference:
Upon trying to open the menu, it functions as expected. Nevertheless, I am able to scroll the content leftwards, a phenomenon not observed in browsers.
I am aware of the option to disable scrolling entirely using jQuery, but I am struggling to find a proper solution to disable horizontal scrolling only.
Any advice or recommendations for resolving this issue would be greatly appreciated!