I need to hide the scrollbar on an HTML page. I don't care about the inaccessibility of the bottom part. How can I do this?
Use
body { overflow:hidden; }
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Use