diff --git a/src/style/luna.scss b/src/style/luna.scss index 67e48ea..05bb362 100644 --- a/src/style/luna.scss +++ b/src/style/luna.scss @@ -277,7 +277,7 @@ } .luna-modal { - z-index: 1000000; + z-index: 9999999; } .luna-modal-body, diff --git a/src/style/style.scss b/src/style/style.scss index b5230d6..18caede 100644 --- a/src/style/style.scss +++ b/src/style/style.scss @@ -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;