You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dialog): min-height and max-height not having an effect on dialog container (#11235)
When setting the `min-height` or `max-height` on a dialog, the properties get applied to the overlay pane, however the dialog's `height: 100%` won't apply if the parent's height isn't known which breaks the min and max values. These changes ensure that the dialog matches the `min-height` and `max-height` from the config.
0 commit comments