diff --git a/resources/assets/stylesheets/studip.scss b/resources/assets/stylesheets/studip.scss index 83bd85372ead94a6bd6957fb4200fcb2d3f1e8f6..3241caa7d542b3b660bb9d4dbf5f6ba92b7e67e6 100644 --- a/resources/assets/stylesheets/studip.scss +++ b/resources/assets/stylesheets/studip.scss @@ -46,3 +46,10 @@ white-space: nowrap; width: 1px; } + +// Fix header covering relevant other areas +// @see https://gitlab.studip.de/studip/studip/-/issues/1019 +html { + overflow: auto; + scroll-padding-top: calc(#{$bar-bottom-container-height} + 1em); +}