0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 08:32:41 +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

View File

@@ -13,6 +13,7 @@ nav{
position : relative;
display : flex;
justify-content : space-between;
z-index : 2;
}
.navSection{
display : flex;