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 104 jQuery-slimScroll issues
Sort by recently updated
recently updated
newest added

When you take off your finger from screen, scrolling stops immediately. But for default event (without this plugin), scrolling continues. Steps to reproduce: - open the website from a mobile...

It would be nice if, apart from the `height` option we could use another one to specify the `max-height`, which means that the scroll bar will only start working if...

If you are scrolling and you get close to the bottom and go somewhat slow (not unusually slow though) the div jitters a bit. Anyone else notice this? I am...

how to make AllowPageScroll:true work if slimscroll inside other slimscroll (Nested Slimscroll)?

Fixes #111 #180 #90 --- This change is [](https://reviewable.io/reviews/rochal/jquery-slimscroll/226)

I plugged in an angular Telerik report viewer angular 4 ver. in a template using the slim scroll library but generate the below error each time I try to load...

hi my friends,when i use 'slimScroll' and 'jquery fullpage', i meet some troubles. when i scroll in last page with 'fullpage' , i want to exceed the page height, but...

oveflow:hidden making issue http://stackoverflow.com/questions/20190857/jquery-slimscroll-overflow-issue-with-a-fixed-sidebar-and-bootstrap-v3/24841515#24841515 Is there any fix?

I use setInterval and waiting ajax response. ``` setInterval(function(){ var timestamp = (new Date()).valueOf(); $.getJSON("/panel/update_log_list/timestamp/"+timestamp, function(json){ $('#noty_bottom_layout_container').remove(); $.each(json, function(key, value) { $('#dashboard_log_list').append( "["+value.timestamp+"]"+ "["+value.program+"]"+ "["+value.host[1]+"]["+ value.syslog_severity+"]["+value.message+"]" ); }); $('.sscroll').slimscroll({ start:...