From 7ac6a8189278dd67d21ac3f2b557480b6a55bf02 Mon Sep 17 00:00:00 2001 From: Gautam Anand Date: Mon, 28 Oct 2024 10:32:06 -0500 Subject: [PATCH] Css fix --- styles/globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.scss b/styles/globals.scss index 87b6103b..fbb07c4c 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -1194,7 +1194,7 @@ screen and (pointer:coarse) { animation: fadeInLb 1s ease-in-out forwards; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); - z-index: 110; + z-index: 1100; }