0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-10 13:58:39 +00:00

Lift whole navbar z-index up instead of one section.

This commit is contained in:
Trevor Buckner
2023-04-10 11:31:11 -04:00
parent ebf9cf9364
commit 29fd836965
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ nav{
position : relative;
display : flex;
justify-content : space-between;
z-index : 2;
}
.navSection{
display : flex;