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 @@