mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
fixing "height" everytime "auto"
now the height is set by options
This commit is contained in:
parent
e21a2543b5
commit
8b41ad239e
@ -796,7 +796,7 @@ $.widget( "ui.dialog", {
|
||||
// Reset wrapper sizing
|
||||
// determine the height of all the non-content elements
|
||||
nonContentHeight = this.uiDialog.css( {
|
||||
height: "auto",
|
||||
height: options.height,
|
||||
width: options.width
|
||||
} )
|
||||
.outerHeight();
|
||||
|
Loading…
Reference in New Issue
Block a user