I want to be able to scroll through the whole page, but without the scrollbar being shown.
In Google Chrome it\'s:
::-webkit-scrollbar { display:
This works for me:
scroll-content { overflow-x: hidden; overflow-y: scroll; } scroll-content::-webkit-scrollbar { width: 0; }