diff --git a/static/css/global-nav.css b/static/css/global-nav.css index 84e2bb8..c3951e5 100644 --- a/static/css/global-nav.css +++ b/static/css/global-nav.css @@ -30,7 +30,7 @@ border-bottom: 1px solid var(--border-color, #202833); padding: 0 20px; position: relative; - z-index: 100; + z-index: 1100; backdrop-filter: blur(10px); } diff --git a/static/css/index.css b/static/css/index.css index 60498a5..413ffee 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -706,6 +706,8 @@ header h1 { background: var(--bg-tertiary); border-bottom: 1px solid var(--border-color); padding: 0 20px; + position: relative; + z-index: 1100; } @media (min-width: 1024px) {