From d02e1eb85aadddca4a15765df788df6c671f8608 Mon Sep 17 00:00:00 2001 From: dario Date: Fri, 5 May 2023 20:36:43 +0200 Subject: [PATCH] adjusted css for sidebar scroll behaviour --- static/css/layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/layout.css b/static/css/layout.css index 628800d..f70cfd7 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -51,10 +51,10 @@ color: var(--off-fg); position: fixed; top: 5rem; - right: 28rem; width: 15rem; - max-height: calc(100vh - 9rem); + margin-left: 50rem; overflow-y: auto; + max-height: 95vh; } /* Footer */