Skip to content

Commit 720c952

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

css/base.css

Lines changed: 1 addition & 0 deletions
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)