From bfeedd9e07d5fdf191e4902a53d1ed1c21996dfa Mon Sep 17 00:00:00 2001 From: Thomas Hackl <hackl@data-quest.de> Date: Fri, 8 Sep 2023 07:08:00 +0000 Subject: [PATCH] Resolve "Responsive Navigation: Teile der Sidebar nicht ereichbar, wenn sie zu lang ist" Closes #2388 Merge request studip/studip!2130 --- resources/assets/stylesheets/scss/responsive.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss index 07df5dd1d2d..79d46ac9bde 100644 --- a/resources/assets/stylesheets/scss/responsive.scss +++ b/resources/assets/stylesheets/scss/responsive.scss @@ -545,7 +545,7 @@ $sidebarOut: -330px; } #sidebar { - height: 100%; + height: calc(100% - 100px); overflow-y: auto; position: fixed; top: 75px; -- GitLab