diff options
Diffstat (limited to 'styles/layout.css')
-rw-r--r-- | styles/layout.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/styles/layout.css b/styles/layout.css index c739d13..f648634 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -29,6 +29,12 @@ .navAreaWrapper > .sticky { position: sticky; top: var(--page-margins); + bottom: var(--page-margins); + height: calc(100vh - 2 * var(--page-margins)); + + overflow-y: scroll; + + border-radius: 8px; } .contentWrapper { |