Skip to content

Commit 80324e4

Browse files
committed
fix(Snackbar): Size the outlet properly
1 parent a449a86 commit 80324e4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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)