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:
To hide scroll bars for elements with overflowing content use.
.div{ scrollbar-width: none; /* The most elegant way for Firefox */ }