We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddeaad commit d80ac1dCopy full SHA for d80ac1d
jquery.scroll.js
@@ -495,7 +495,7 @@ Changelog:
495
// Remove scrollbar dom elements
496
//
497
unscrollbar: function() {
498
- var holder = this.container.find('.scrollbar-pane').contents();
+ var holder = this.container.find('.scrollbar-pane :first').contents();
499
this.container.empty();
500
this.container.append(holder);
501
this.container.attr('style','');
0 commit comments