diff --git a/frontend/src/css/base.css b/frontend/src/css/base.css index cdb3319b..268289ac 100644 --- a/frontend/src/css/base.css +++ b/frontend/src/css/base.css @@ -56,6 +56,8 @@ nav { position: fixed; top: 4em; left: 0; + height: calc(100vh - 4em); + overflow-y: auto; } html[dir="rtl"] nav { diff --git a/frontend/src/css/mobile.css b/frontend/src/css/mobile.css index baace203..8c0a7641 100644 --- a/frontend/src/css/mobile.css +++ b/frontend/src/css/mobile.css @@ -113,8 +113,9 @@ top: 0; z-index: 99999; background: var(--surfaceSecondary); - height: 100%; + height: 100vh; width: 16em; + overflow-y: auto; box-shadow: 0 0 5px var(--borderPrimary); transition: 0.1s ease left; left: -17em;