simple-scrollbar icon indicating copy to clipboard operation
simple-scrollbar copied to clipboard

Bar too big (prevent double scrollbars)!

Open RedskyThirty opened this issue 5 years ago • 0 comments

Hello, I fixed a small issue in the method "moveBar".

var barHeight = Math.max(_this.scrollRatio * 100, 10); _this.bar.style.cssText = 'height:' + barHeight + '%; top:' + Math.min((_this.el.scrollTop / totalHeight ) * 100, (100 - barHeight)) + '%;right:' + right + 'px;';

RedskyThirty avatar Nov 12 '19 13:11 RedskyThirty