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

Init scrollTop

Open RedskyThirty opened this issue 5 years ago • 0 comments

Added this in the method "ss" :

  1. After "this.direction = ..." var initScrollTop = this.target.scrollTop;

  2. Before "dragDealer(this.bar, this);" this.el.scrollTop = initScrollTop;

RedskyThirty avatar Nov 12 '19 14:11 RedskyThirty