Commit 6ce5747
fix(material/dialog): updates dialog max-height in landscape (#29853)
* fix(material/dialog): updates dialog max-height in landscape
Updates Angular Component Dialog component to have a max-height of
95vh which gives it a calculable height for its contents to adjust
on smaller screens or in landscape mode so that the action buttons
are able to be accessed by scrolling rather than the dialog window
cutting them off.
Fixes b/323588333
* refactor(material/dialog): reverted max-height to inherit
Updates previous fix to revert max-height back to inherit.
Fixes b/323588333
(cherry picked from commit da9cb71)1 parent ddb55e2 commit 6ce5747
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
0 commit comments