0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 12:02:48 +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

@@ -2,7 +2,6 @@
.navContent .navSection.titleSection {
flex-grow: 1;
justify-content: center;
z-index: 2;
}
.content{
overflow-y : hidden;

View File

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