Is there a way to hide the scrollbar on the body of an HTML page while still allowing scrolling with arrow keys or mouse wheel? I would appreciate any advice on this.
Edit: I have received suggestions about using hover scrollbars and custom bars, as well as concerns about user experience when removing scrollbars. My goal is to create a circular page where scrolling brings you back to the top in a continuous loop. The presence of a scrollbar interrupts this flow, causing flickering between different sections of the page when it resets. To address this, I plan to replace the scrollbar with arrow buttons for scrolling functionality without visual clutter.