From 35f8a7a22b4764d11ae108cc02f8c494403c311f Mon Sep 17 00:00:00 2001 From: NagendraOpsmx Date: Thu, 18 Apr 2024 10:00:54 +0530 Subject: [PATCH] left sidebar not clickable due to indexing --- ui/src/app/sidebar/sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/sidebar/sidebar.scss b/ui/src/app/sidebar/sidebar.scss index 5ccf9016d833b..ebe206bcb8ca6 100644 --- a/ui/src/app/sidebar/sidebar.scss +++ b/ui/src/app/sidebar/sidebar.scss @@ -13,7 +13,7 @@ color: white; background-color: $silver-lining; overflow: auto; - z-index: 0 !important; + z-index: 0; &__logo { justify-content: center;