From 11a613c82fcd4da42a21b86dcf05ad248b4a59a2 Mon Sep 17 00:00:00 2001 From: clementzarch Date: Fri, 7 Jul 2023 17:15:24 +0200 Subject: [PATCH] allow the side menu to scroll independently of the page --- themes/middleware/assets/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/middleware/assets/css/style.css b/themes/middleware/assets/css/style.css index 4a73fa6..06f43e3 100644 --- a/themes/middleware/assets/css/style.css +++ b/themes/middleware/assets/css/style.css @@ -825,6 +825,8 @@ tbody { position: sticky; top: 95px; padding: 60px 0; + max-height: calc(100vh - 100px); + overflow-y: auto; } .list-styled li.active > a {