Forums

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

Home Forums CSS JavaScript/CSS scrollbar — Scrollbar not showing up Re: JavaScript/CSS scrollbar — Scrollbar not showing up

#103298
Senff
Participant

You need to change it to right: 0;
It probably won’t fix it though, it’s a JavaScript error. This line:

var scrollbar = new Control.ScrollBar('scrollbar_content','scrollbar_track'); 

Gives me the error “Can’t find variable: Control”.