diff --git a/arctic_build/public/style.css b/arctic_build/public/style.css index 9a84666..583be32 100644 --- a/arctic_build/public/style.css +++ b/arctic_build/public/style.css @@ -27,7 +27,7 @@ nav { left: 0; right: 0; background-color: var(--background); - z-index: 1; + z-index: 2; } nav a { @@ -111,7 +111,7 @@ a:hover { right: 0; height: 50%; pointer-events: none; - z-index: 100; + z-index: 1; } .img-container div::before { diff --git a/dist/style.css b/dist/style.css index 9a84666..583be32 100644 --- a/dist/style.css +++ b/dist/style.css @@ -27,7 +27,7 @@ nav { left: 0; right: 0; background-color: var(--background); - z-index: 1; + z-index: 2; } nav a { @@ -111,7 +111,7 @@ a:hover { right: 0; height: 50%; pointer-events: none; - z-index: 100; + z-index: 1; } .img-container div::before { diff --git a/public/style.css b/public/style.css index 9a84666..583be32 100644 --- a/public/style.css +++ b/public/style.css @@ -27,7 +27,7 @@ nav { left: 0; right: 0; background-color: var(--background); - z-index: 1; + z-index: 2; } nav a { @@ -111,7 +111,7 @@ a:hover { right: 0; height: 50%; pointer-events: none; - z-index: 100; + z-index: 1; } .img-container div::before {