diff --git a/frontend/src/includes/NotifyModal.svelte b/frontend/src/includes/NotifyModal.svelte index bf2c81e..98dd558 100644 --- a/frontend/src/includes/NotifyModal.svelte +++ b/frontend/src/includes/NotifyModal.svelte @@ -87,7 +87,7 @@ left: 0; width: 100%; height: 100%; - z-index: 1001; + z-index: 2001; display: flex; justify-content: center; @@ -105,7 +105,7 @@ left: 0; width: 100%; height: 100%; - z-index: 1000; + z-index: 2000; background-color: #000; opacity: .5; }