From b9681141af8f709fd54293aa4f3a836461b9a562 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Tue, 7 Apr 2026 22:28:17 +0000 Subject: [PATCH] Fix LoginModal z-index to 6000 so it appears above recipe overlay Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/LoginModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;