jQuery-slimScroll icon indicating copy to clipboard operation
jQuery-slimScroll copied to clipboard

small jQuery plugin that transforms any div into a scrollable area with a nice scrollbar. Demo and more:

Results 10 jQuery-slimScroll issues
Sort by recently updated
recently updated
newest added

Hello, the scrollbar config is stored in data("slimScrollConfig") on the first slimScroll() call but then not updated on further calls, which means that it will always use the initial config...

Hi, what's the problem with scrolling? On chrome everything is fine, but it works very slow on FF! wheelStep does not help. Are there any solutions?

I have two divs, one with the horizontal scroll and the other with the vertical scroll, but in the IE browser it makes the contents of these divs disappear. Can...

Hi I've posted a question about adding a custom property and condition into slimscroll function on [stackoverfow](http://stackoverflow.com/questions/43173100/how-to-add-a-new-property-and-condition-to-slimscroll-js). Can you help me to solve my problem?

while scroll horizontally using touchpad the vertical scroll also occur for some amount. as i know touchpad send the YDelta too, even though my motive is scroll to X direction....

enhancement

Added normalizing scroll delta to iron out differences between browsers. I guess this is not so smart way, but better.

Is it possible to have two horizontal scroll bars, one at the top and one at the bottom?

enhancement
question

Hi, width: auto not working and when checking code i found this part: o.width = (o.width == 'auto') ? me.parent().width() : o.width; to set width of slimScroll with parent width

bug