Index: /project/public/javascripts/libs/scrollbar.js =================================================================== --- /project/public/javascripts/libs/scrollbar.js (revision 84) +++ /project/public/javascripts/libs/scrollbar.js (working copy) @@ -74,12 +74,12 @@ if(this.container.scrollHeight <= this.container.offsetHeight) this.disable(); else{ + this.enable(); this.slider.trackLength = this.slider.maximumOffset() - this.slider.minimumOffset(); if(this.options.proportional){ this.handle.style.height = Math.max(this.container.offsetHeight * (this.container.offsetHeight / this.container.scrollHeight),this.options.handle_minimum_height) + 'px'; this.slider.handleLength = this.handle.style.height.replace(/px/,''); } - this.enable(); } }, onWindowResize: function(){