Skip to content

Commit

Permalink
dialog.draggable.containment : 'document'
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Jan 25, 2013
1 parent 454d7ed commit 502e165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $.fn.elfinderdialog = function(opts) {
.append(self)
.appendTo(parent)
.draggable({ handle : '.ui-dialog-titlebar',
containment : $('body') })
containment : 'document' })
.css({
width : opts.width,
height : opts.height
Expand Down

0 comments on commit 502e165

Please sign in to comment.