components icon indicating copy to clipboard operation
components copied to clipboard

fix(material/dialog): dialog actions overflow and are unreachable

Open essjay05 opened this issue 5 months ago • 1 comments

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 avatar Jan 05 '24 20:01 essjay05

Before fix screenshot (portrait): image

Before fix screenshot (landscape): image

After fix screenshot (portrait): image

After fix screenshot (landscape): image

essjay05 avatar Jan 05 '24 20:01 essjay05