Skip to content
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): dialog actions overflow and are unreachable #28381

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

essjay05
Copy link
Contributor

@essjay05 essjay05 commented Jan 5, 2024

Fixes a bug in the Angular Material dialog component where buttons/actions are unreachable due to dialog overflowing because of unspecified max-height for the mat-dialog-container parent flexbox.

Fixes #24785

@essjay05
Copy link
Contributor Author

essjay05 commented Jan 5, 2024

Before fix screenshot (portrait):
image

Before fix screenshot (landscape):
image

After fix screenshot (portrait):
image

After fix screenshot (landscape):
image

Copy link
Contributor

@mmalerba mmalerba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmalerba mmalerba added the target: patch This PR is targeted for the next patch release label Jan 9, 2024
@mmalerba mmalerba self-assigned this Jan 9, 2024
@devversion devversion removed their request for review January 10, 2024 12:40
Fixes a bug in the Angular Material dialog component where
buttons/actions are unreachable due to dialog overflowing
because of unspecified max-height for the mat-dialog-container
parent flexbox.

Fixes angular#24785
@essjay05 essjay05 force-pushed the dialog-button-cutoff-fixf branch from 7f47150 to 8bdb25b Compare May 2, 2024 17:52
@essjay05 essjay05 requested a review from crisbeto as a code owner May 2, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(material/dialog): On Mobile devices, dialog action buttons are cut-off in landscape mode.
2 participants