Asked • 05/21/19

Hide scroll bar, but while still being able to scroll?

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: none; }But Mozilla Firefox and Internet Explorer don't seem to work like that.I also tried this in CSS: overflow: hidden;That does hide the scrollbar, but I can't scroll anymore.Is there any way I can remove the scrollbar while still being able to scroll the whole page?With just CSS or HTML, please.

1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.