From ca88996bca4596ba50426404801e0c3f2fb875a3 Mon Sep 17 00:00:00 2001 From: ZhikharevAl Date: Sun, 21 Sep 2025 04:16:40 +0300 Subject: [PATCH] fix: z-index --- frontend/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/css/styles.css b/frontend/css/styles.css index d412d1e..7a92d3f 100644 --- a/frontend/css/styles.css +++ b/frontend/css/styles.css @@ -535,7 +535,7 @@ body { top: 50%; left: 50%; transform: translate(-50%, -50%); - z-index: 1000; + z-index: 2010; padding: 20px 30px; border: 3px solid var(--black); background: var(--white);