diff options
Diffstat (limited to 'ui/draggable.js')
-rw-r--r-- | ui/draggable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/draggable.js b/ui/draggable.js index 700bb66b3..0c57d801c 100644 --- a/ui/draggable.js +++ b/ui/draggable.js @@ -161,7 +161,7 @@ $.widget("ui.draggable", $.ui.mouse, { //Store the helper's css position this.cssPosition = this.helper.css( "position" ); - this.scrollParent = this.helper.scrollParent(); + this.scrollParent = this.helper.scrollParent( true ); this.offsetParent = this.helper.offsetParent(); this.offsetParentCssPosition = this.offsetParent.css( "position" ); |