We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d5907 commit 5f12b26Copy full SHA for 5f12b26
src/material/snack-bar/simple-snack-bar.scss
@@ -2,4 +2,9 @@
2
// wrapping layer to the mdc-snackbar__surface, it should also include flex display.
3
.mat-mdc-simple-snack-bar {
4
display: flex;
5
+
6
+ .mat-mdc-snack-bar-label {
7
+ max-height: 50vh;
8
+ overflow: auto;
9
+ }
10
}
0 commit comments