From fdf813ab023e6b41387f57ebb0d9a946185e2de8 Mon Sep 17 00:00:00 2001 From: YurkoWasHere Date: Mon, 11 Mar 2024 23:56:02 -0400 Subject: [PATCH] Fix zindex in css --- _sass/_navigation.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_navigation.scss b/_sass/_navigation.scss index d91afc29..852813cf 100644 --- a/_sass/_navigation.scss +++ b/_sass/_navigation.scss @@ -12,7 +12,7 @@ line-height: 55px; width: 100%; position: fixed; - z-index: 100; + z-index: 1000; top:0px; @media (max-width: $on-palm) { @@ -156,7 +156,7 @@ input[type="checkbox"].menu-btn { .nav-item-sub { position: absolute; - z-index: 1000; + z-index: 1001; display: none; float: left; min-width: 160px;