mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 20:35:16 +00:00
Switched nav from fixed to sticky
This commit is contained in:
parent
66d8f24a7c
commit
e74e6f8a88
2 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ main {
|
|||
}
|
||||
|
||||
&:not(.soon) {
|
||||
padding-top: 5rem;
|
||||
// padding-top: 5rem;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue