Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Remove scroll bars from page. Re: Remove scroll bars from page.

#48760
Josh
Member

Depending on how you’re going about doing this you could just hide the scroll bar from view. It’s a really dirty trick.

http://jsfiddle.net/JoshMesser/VUSuZ/

This is a very quick and dirty example.

You can still scroll the content are with your mouse wheel. But you can’t see the scrollbars.

I hope this is what you were looking for.