antiscroll icon indicating copy to clipboard operation
antiscroll copied to clipboard

OS X Lion style cross-browser native scrolling on the web that gets out of the way.

Results 45 antiscroll issues
Sort by recently updated
recently updated
newest added

The scrollbar appears but does not respond to anything. I could not put it on the div that is under the Filter space. Take a look on [my example](http://jsfiddle.net/alexandre/Jvw6L/)

Added the ability to pass a class name through the options for inner

Update demo page #46

This will get the demo working again. Need to merge next pull request too. Fixes #60.

This fixes the demo in Chrome and IE by loading antiscroll.js from learnboost.github.io instead of from raw.github.com. It's also important to make sure that the latest version of antiscroll.js is...

The following quote from [Selectors Level 3: 5. Groups of Selectors](http://www.w3.org/TR/css3-selectors/#grouping) explains Chrome's behavior: > **Warning:** the equivalence is true in this example because all the selectors are valid selectors....

HI, I have come across a bug when using jQuery 1.10.2 and jQuery migrate 1.2.1. I've included the fix which seems to solve the problem.

This takes the inner's right (or it could be left) and positions the inner div in such a way that it hides the scrollbars by subtracting scrollbarSize() from right (or...