From 8040f62eb0324effcb245eb0a9b493838327663d Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 3 Apr 2024 09:00:15 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Les=20sous=20menu=20=C3=A9tait=20cach?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/styles/header.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/header.sass b/assets/styles/header.sass index 7da6fea..05669b7 100644 --- a/assets/styles/header.sass +++ b/assets/styles/header.sass @@ -3,7 +3,6 @@ .header height: 40vh position: relative - z-index: 0 &.actu background-color: var(--color-green) @@ -45,6 +44,7 @@ right: 0 background-color: var(--color-secondary) height: $nav-height + z-index: 50 @media screen and (max-width: $size-md) top: 30px