From 949e93791ec16493f3d480ec240ed623d1b68c3e Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Wed, 27 Oct 2021 22:05:31 -0500 Subject: [PATCH] Fix nav issues on mobile --- public/style.css | 2 +- src/rawdata/scss/_header.scss | 2 +- src/templates/src/include/header.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index 499c71a..d44d971 100644 --- a/public/style.css +++ b/public/style.css @@ -8775,7 +8775,7 @@ header .submenu { position: absolute; left: 0; right: 0; - z-index: 1; + z-index: 100; min-width: 10rem; border-top-style: solid; border-bottom-style: solid; } diff --git a/src/rawdata/scss/_header.scss b/src/rawdata/scss/_header.scss index 36cf540..4ce3a88 100644 --- a/src/rawdata/scss/_header.scss +++ b/src/rawdata/scss/_header.scss @@ -83,7 +83,7 @@ header { position: absolute; left: 0; right: 0; - z-index: 1; + z-index: 100; min-width: 10rem; border-top-style: solid; border-bottom-style: solid; diff --git a/src/templates/src/include/header.html b/src/templates/src/include/header.html index fc331ae..3d5e284 100644 --- a/src/templates/src/include/header.html +++ b/src/templates/src/include/header.html @@ -27,7 +27,7 @@