Skip to content

Commit 55980cf

Browse files
authored
Merge pull request #3910 from IgniteUI/gedinakova/fix-snackbar-outlet-size
Size the snackbar outlet properly
2 parents 7b78f72 + c598496 commit 55980cf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/app/notifications/snackbar/snackbar-style/snackbar-style.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ $dark-snackbar: snackbar-theme(
99

1010
:host {
1111
@include tokens($dark-snackbar);
12+
display: block;
13+
height: 100vh;
1214
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
:host {
2+
display: block;
3+
height: 100vh;
4+
}

0 commit comments

Comments
 (0)