Skip to content

Commit 588ae3c

Browse files
committed
fix: snackbar z-index
1 parent 7293105 commit 588ae3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/components/_provisional/src/snackbar/styles/index.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import "@react-ck/theme";
2+
@import "@react-ck/elevation";
23

34
.root {
45
position: fixed;
@@ -15,4 +16,5 @@
1516
overflow: auto;
1617
pointer-events: none;
1718
filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.1));
19+
z-index: map-get-strict($elevation, popup);
1820
}

0 commit comments

Comments
 (0)