mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Dialog: Fixed #3756: Wrong height on every other open.
This commit is contained in:
parent
3c3e17cdd0
commit
311c026798
@ -438,6 +438,7 @@ $.widget("ui.dialog", {
|
||||
// reset content sizing
|
||||
this.element.css({
|
||||
height: 0,
|
||||
minHeight: 0,
|
||||
width: 'auto'
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user