Skip to content

Commit 62f1778

Browse files
committed
Add common modal z-index
1 parent 1805678 commit 62f1778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/elements/Modal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
width: 100vw;
2222
height: 100vh;
2323
background: rgba(0, 0, 0, 0.3);
24-
z-index: 20;
24+
z-index: var(--onboard-common-modal-index, 20);
2525
}
2626
@media screen and (max-width: 420px) {
2727
aside {

0 commit comments

Comments
 (0)