From 3d873a9f8accd01889a24f4ae7b5b3b0828d464f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Wed, 22 May 2024 21:52:10 +0200 Subject: [PATCH] fix: fix titles overlapping navbar --- src/lib/section.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/section.scss b/src/lib/section.scss index 429d88b..123b2af 100644 --- a/src/lib/section.scss +++ b/src/lib/section.scss @@ -9,6 +9,8 @@ } &--title { + z-index: -1; + background: transparent; position: relative; margin-top: 110px;