Skip to content

Commit 286bdd3

Browse files
committed
💄 fix modal z index
1 parent 371856c commit 286bdd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
overflow: hidden; /* clip to rounded corners */
4444
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); /* elevate above page */
4545
outline: 1px solid rgba(0, 0, 0, 0.08); /* subtle border in light mode */
46-
z-index: 1000; /* ensure it stays on top */
46+
z-index: 19; /* ensure it stays on top */
4747
transform: translateY(0);
4848
visibility: visible;
4949
pointer-events: auto;

0 commit comments

Comments
 (0)