I want to de-activate or remove the vertical scrollbar in an HTML page. How to do that ?
scrollbar
Thanks.
If you really need it...
html { overflow-y: hidden; }