From 71f950ba194244ea2c581e8f1bcecf0550824d53 Mon Sep 17 00:00:00 2001 From: ari melody Date: Fri, 1 Dec 2023 14:41:50 +0000 Subject: [PATCH] fixed navbar z-index issues --- public/style/main.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/public/style/main.css b/public/style/main.css index 36d3fd5..6734add 100644 --- a/public/style/main.css +++ b/public/style/main.css @@ -35,6 +35,7 @@ header { width: 100vw; border-bottom: 1px solid #888; background-color: #080808; + z-index: 1; } #header { @@ -77,9 +78,17 @@ img#header-icon { color: #bbb; } -a#header-links-toggle { - width: 1.8rem; +#header-links-toggle { + width: 3em; + height: 3em; display: none; + justify-content: center; + align-items: center; + transition: background-color .2s; +} + +#header-links-toggle:hover { + background-color: #fff2; } header ul#header-links {