jnicol / trackpad-scroll-emulator

A jQuery plugin that emulates OSX trackpad-style scrollbars in any browser or platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrollbar not support scrollbar inside scrollbar

idanhen opened this issue · comments

I create a textarea with scroll bar inside a dynamic div with scrollbar.

the inner textarea is not changing the scrollbar. I also found how to fix it:

LINE 36: var $contentEl = $el.find('.tse-content:first');
LINE 61: $scrollbarEl = $el.find('.tse-scrollbar:first');
LINE 62: $dragHandleEl = $el.find('.drag-handle:first');
LINE 67: $scrollContentEl = $el.find('.tse-scroll-content:first');

I commited the fix

Thanks - look good. I have merged your pull request.