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

Added option wrapContent #1

Closed yohsuzuki closed 11 years ago

yohsuzuki commented 11 years ago

Added plugin option wrapContent (defaults to true for API compatibility). When false, we do not wrap .tse-content in .tse-scroll-content for when you can ensure that the DOM already has the desired structure.

Hebo commented 11 years ago

+1, we use this at TwitchTV

jnicol commented 11 years ago

Nice one - I've merged this pull request into master.