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(material/dialog): updates dialog max-height in landscape (angular#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
0 commit comments