mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Dialog: Fixed #3756: Wrong height on every other open.
This commit is contained in:
@@ -438,6 +438,7 @@ $.widget("ui.dialog", {
|
||||
// reset content sizing
|
||||
this.element.css({
|
||||
height: 0,
|
||||
minHeight: 0,
|
||||
width: 'auto'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user