From dfdc49bac9e0cf13c4e6648e99456cba97e3fe48 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 12 Sep 2022 17:15:24 +0200 Subject: [PATCH] Added the highest z-index to the Navigation styling --- src/common/components/Navigation/styles.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/components/Navigation/styles.sass b/src/common/components/Navigation/styles.sass index 3028152..a8bc07c 100644 --- a/src/common/components/Navigation/styles.sass +++ b/src/common/components/Navigation/styles.sass @@ -8,6 +8,7 @@ background-color: $background-transparent justify-content: space-between backdrop-filter: blur(20px) + z-index: 999 .link-area margin-left: 10%