scroll-scope icon indicating copy to clipboard operation
scroll-scope copied to clipboard

Small JS plugin to keep parent elements still when scrolling an element past their boundaries

Results 4 scroll-scope issues
Sort by recently updated
recently updated
newest added

When scrolling in Chrome on Mac, `event.originalEvent.wheelDelta` is populated with both the horizontal and vertical delta. So when scrolling horizontally, `this.scrollTop === 0`, because we're not scrolling up or down,...

[The example](http://eiskis.net/scroll-scope/) doesn't work in the latest version of Firefox (44.0). When you scroll to the bottom of the element, scrolling does hesitate briefly, but if you continue scrolling, the...

On "laplets" like the Surface Pro 3. I had to use my trackpad to test it at all ;-)

bug

This is more of a suggestion than a bug report, I suppose. If a scroll is initiated outside of a scrollable element, it should not stop at the element. This...

enhancement