From 97bbe8bd448ed25e7f2eb8c2957be11e5fcaccdb Mon Sep 17 00:00:00 2001 From: MohammedZuhairAhmed Date: Mon, 15 Jul 2024 14:18:19 +0530 Subject: [PATCH] z-index removal --- src/styles/App.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/App.css b/src/styles/App.css index 063c3cb..f4d50c8 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -7,7 +7,6 @@ width: 100%; height: 70px; position: fixed; - z-index: 1000; background: #ffffff; }