From 59e153595a7dfa961c89e58bdff799d1936ac0a9 Mon Sep 17 00:00:00 2001 From: enes Date: Thu, 3 Oct 2024 13:07:31 +0200 Subject: [PATCH] refactor: z-index levels --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 7ee0eea..442454e 100644 --- a/src/index.css +++ b/src/index.css @@ -27,7 +27,7 @@ body { position: fixed; top: 80px; right: 20px; - z-index: 100; + z-index: 40; } #root {