Response title
This is preview!
Add following code to your dialog. This fixes your problem
open: function() {
$('.ui-widget-overlay').css('position', 'fixed');
},
close: function() {
$('.ui-widget-overlay').css('position', 'absolute');
}
© 2013 jQuery Foundation
Sponsored by and others.