mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
chore: increase z-index
This commit is contained in:
@@ -277,7 +277,7 @@
|
||||
}
|
||||
|
||||
.luna-modal {
|
||||
z-index: 1000000;
|
||||
z-index: 9999999;
|
||||
}
|
||||
|
||||
.luna-modal-body,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user