how to stop a page scrolling code example
Example 1: how to stop a page from scrolling horizontally
overflow-x: hidden
Example 2: stop anchor tag scroll to top of page
<a href="#!">Link</a>
overflow-x: hidden
<a href="#!">Link</a>