0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 13:22: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

View File

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

View File

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