Skip to content

Commit c84b230

Browse files
committed
refactor(material/dialog): reverted max-height to inherit
Updates previous fix to revert max-height back to inherit. Fixes b/323588333
1 parent e463b32 commit c84b230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/dialog/dialog.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $_emit-fallbacks: true;
4141
height: 100%;
4242
display: block;
4343
box-sizing: border-box;
44-
max-height: $mat-dialog-container-max-height;
44+
max-height: inherit;
4545
min-height: inherit;
4646
min-width: inherit;
4747
max-width: inherit;

0 commit comments

Comments
 (0)