From 87c6807ba08ef0217bed4744e6241d479bf74967 Mon Sep 17 00:00:00 2001 From: enes Date: Fri, 26 Jul 2024 15:37:40 +0200 Subject: [PATCH] fix: app bar z-index --- src/components/AppBar/style.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/AppBar/style.module.scss b/src/components/AppBar/style.module.scss index df94ecc..8c3c791 100644 --- a/src/components/AppBar/style.module.scss +++ b/src/components/AppBar/style.module.scss @@ -3,7 +3,6 @@ .AppBar { background-color: $background-color !important; - z-index: 1400 !important; height: $header-height; flex-direction: row !important; align-items: center;