From 1baf7c718f18cfc9e182d5fbd70093cc5fe80d67 Mon Sep 17 00:00:00 2001 From: aelassas Date: Tue, 21 May 2024 18:42:37 +0100 Subject: [PATCH] Update header.css --- backend/src/assets/css/header.css | 2 +- frontend/src/assets/css/header.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/assets/css/header.css b/backend/src/assets/css/header.css index 8140ff97..530fadb2 100644 --- a/backend/src/assets/css/header.css +++ b/backend/src/assets/css/header.css @@ -3,7 +3,7 @@ .header { position: sticky !important; top: 0; - z-index: 101; + z-index: 1400; } .menu { diff --git a/frontend/src/assets/css/header.css b/frontend/src/assets/css/header.css index ebd1d4ba..840309f3 100644 --- a/frontend/src/assets/css/header.css +++ b/frontend/src/assets/css/header.css @@ -3,7 +3,7 @@ position: -webkit-sticky !important; position: sticky !important; top: 0; - z-index: 101; + z-index: 1400; } .menu {