Switched nav from fixed to sticky

This commit is contained in:
ポール ウェッブ 2019-03-18 17:13:51 -05:00
parent 66d8f24a7c
commit e74e6f8a88
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ main {
}
&:not(.soon) {
padding-top: 5rem;
// padding-top: 5rem;
position: relative;
z-index: 1;
}

View file

@ -4,7 +4,7 @@
background-color: var(--lbry-white);
border-bottom: 1px solid var(--lbry-gray-1);
font-size: 1rem;
position: fixed;
position: sticky;
width: 100%;
z-index: 2;