-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(material/dialog): updates dialog max-height in landscape #29853
fix(material/dialog): updates dialog max-height in landscape #29853
Conversation
Deployed dev-app for ea4ce5e to: https://ng-dev-previews-comp--pr-angular-components-29853-dev-c9ofr0p3.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
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
Updates previous fix to revert max-height back to inherit. Fixes b/323588333
c84b230
to
ea4ce5e
Compare
* 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)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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.
Before screencast
After screencast
Fixes b/323588333