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:
You can use the code below to hide the scroll bar, but while still being able to scroll:
.element::-webkit-scrollbar { width: 0 !important }