jnicol / trackpad-scroll-emulator

A jQuery plugin that emulates OSX trackpad-style scrollbars in any browser or platform.
MIT License
217 stars 44 forks source link

Solve nesting scrollbar elements issue. #19

Closed idanhen closed 9 years ago

idanhen commented 9 years ago

If you nest an element with a scrollbar inside another element with a scrollbar. the nested scrollbar wont work properly. this solves the issue.

the issue i found was that the scrollbar did not move and the event called: "contentEl " of the parent scrollbar.