Commit 7ea3900
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.1 parent 7a7fa3a commit 7ea3900
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
0 commit comments