Home › Forums › CSS › JavaScript/CSS scrollbar — Scrollbar not showing up › Re: JavaScript/CSS scrollbar — Scrollbar not showing up
May 22, 2012 at 8:59 pm
#103298
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”.