diff --git a/frontend/src/components/LoginModal.vue b/frontend/src/components/LoginModal.vue index 84f7204..0a1b2b9 100644 --- a/frontend/src/components/LoginModal.vue +++ b/frontend/src/components/LoginModal.vue @@ -119,7 +119,7 @@ async function submit() { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.35); - z-index: 5000; + z-index: 6000; display: flex; align-items: center; justify-content: center;