From c5fa19cfd56f73f51046444733eae0a71a063e14 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 17 Jan 2024 10:56:24 +0100 Subject: [PATCH] relative pos --- assets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/style.css b/assets/style.css index 1d45ea5..6deb869 100644 --- a/assets/style.css +++ b/assets/style.css @@ -31,6 +31,7 @@ nav { -moz-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); height: 75px !important; + position: relative; z-index: 500; } @@ -156,6 +157,7 @@ header hr { max-height: 0; border: 0 solid transparent; transition: max-height 0.1s ease, border 0.1s ease; + position: relative; z-index: 999; }