fixing "height" everytime "auto"

now the height is set by options
This commit is contained in:
Ricko99m 2022-03-23 19:05:49 +01:00 committed by GitHub
parent e21a2543b5
commit 8b41ad239e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();