jquery-tinyscrollbar icon indicating copy to clipboard operation
jquery-tinyscrollbar copied to clipboard

A crossbrowser lightweight Javascript / jQuery scrollbar.

Results 4 jquery-tinyscrollbar issues
Sort by recently updated
recently updated
newest added

Tiny Scrollbar prevents mouse drag interactions on touch devices because it seems to assume that a device is either a touch device or a mouse device but not both. Many...

if you put a div with scrollbar over a video tag, and that div has a transparent black background, appear a stripe with double background. I realized this only occurs...

When using a touch device, scrolling can only be achieved by swiping the content itself. The scrollbar thumb does not respond to touch.

While dragging the scrollbar and moving around near content text, the text is selected. The problem is because, in the events method you have to add 'return false;' at the...