diff --git a/public/style.css b/public/style.css index 7ea9b45..ccc5273 100644 --- a/public/style.css +++ b/public/style.css @@ -8779,7 +8779,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 c799e9b..33f4cd9 100644 --- a/src/rawdata/scss/_header.scss +++ b/src/rawdata/scss/_header.scss @@ -90,7 +90,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 300d2f3..7662686 100644 --- a/src/templates/src/include/header.html +++ b/src/templates/src/include/header.html @@ -27,7 +27,7 @@