[SOLVED] How to hide scroll-bar?

Oh, I didn’t notice that it was a div.
Thanks.

Solution, add this to your style.css.

.scroll-bar-indicator
{
	display: none;
}
11 Likes