dialog should be appended to body not body>div
This commit is contained in:
parent
42f3df9517
commit
f346f1d443
|
@ -1463,7 +1463,7 @@ requires
|
|||
reset();
|
||||
that.css({
|
||||
opacity: 0
|
||||
}).appendTo($("body > div")).animate({
|
||||
}).appendTo($(body)).animate({
|
||||
opacity: 1
|
||||
}, 200);
|
||||
$window.bind("mouseup", mouseupLayer)
|
||||
|
@ -3473,4 +3473,4 @@ requires
|
|||
*/
|
||||
|
||||
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Reference in New Issue
Block a user