aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorThomas Hackl <hackl@data-quest.de>2023-09-08 07:08:00 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2023-09-08 07:08:00 +0000
commitbfeedd9e07d5fdf191e4902a53d1ed1c21996dfa (patch)
tree774c00a93a9bfb5d030e63bc197d7a832c53ae45 /resources
parent54a238ec8b190ed75c84f895069bf39f3e48f4a2 (diff)
Resolve "Responsive Navigation: Teile der Sidebar nicht ereichbar, wenn sie zu lang ist"
Closes #2388 Merge request studip/studip!2130
Diffstat (limited to 'resources')
-rw-r--r--resources/assets/stylesheets/scss/responsive.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss
index 07df5dd..79d46ac 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;