Skip to content

Commit e9baa09

Browse files
crisbetojelbourn
authored andcommitted
fix(snack-bar): too tall under some circumstances in Safari (#16679)
Fixes the snack bar stretching to 100% of the viewport height in some cases in Safari. Fixes #16605.
1 parent dd59044 commit e9baa09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/snack-bar/simple-snack-bar.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ $mat-snack-bar-button-vertical-margin:
1414
display: flex;
1515
justify-content: space-between;
1616
align-items: center;
17-
height: 100%;
1817
line-height: $mat-snack-bar-line-height;
1918
opacity: 1;
2019
}

0 commit comments

Comments
 (0)