Fix navbar scrolling

This commit is contained in:
Edgar P. Burkhart 2023-04-22 19:41:03 +02:00
parent b6326bdc8f
commit 517dd28b2e
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ nav {
height: 100vh;
position: sticky;
top: 0;
overflow-y: auto;
background: var(--bg-01);
line-height: 2rem;