Fix navbar scrolling
This commit is contained in:
parent
b6326bdc8f
commit
517dd28b2e
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ nav {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
background: var(--bg-01);
|
background: var(--bg-01);
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
|
|
Loading…
Reference in a new issue