I've incorporated CSS smooth scrolling into my project, which is activated by clicking a specific div element.
My current goal is to prevent manual scrolling on the page so that users can only navigate by clicking the designated div and not by conventional scrolling methods. Is this achievable? Thank you!