Skip to content

Commit d64c47a

Browse files
committed
fix mask zIndex to 998
1 parent 777a85c commit d64c47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MotionDrawer/motion-drawer.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
position: fixed;
1515
inset: 0;
1616

17-
z-index: 0 !important;
17+
z-index: 998;
1818
pointer-events: auto;
1919
}

0 commit comments

Comments
 (0)