chore: increase z-index

This commit is contained in:
redhoodsu
2023-01-28 18:33:54 +08:00
parent 08d8d16e1b
commit fcc8ca79a6
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@
}
.luna-modal {
z-index: 1000000;
z-index: 9999999;
}
.luna-modal-body,

View File

@@ -13,7 +13,7 @@
top: 0;
width: 100%;
height: 100%;
z-index: 1000000;
z-index: 9999999;
color: var(--foreground);
font-family: $font-family;
font-size: $font-size;