One function on my site involves a horizontal scroll that animates the DIV to the left when a button is clicked.
The element's width is set at 18000px, ensuring it has a horizontal scrollbar that I have since disabled.
Despite this, users are still able to drag the page left and right, which I would like to prevent. Are there any CSS solutions to help me with this issue? Thank you for your assistance.