Skip to content

Commit 720c952

Browse files
committed
Position modal above all other page elements
1 parent 8ba7132 commit 720c952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/base.css

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
position: fixed;
2424
inset: auto 0 0;
25+
z-index: 999;
2526
background-color: var(--modal-bg);
2627
}
2728

0 commit comments

Comments
 (0)