Skip to content
Snippets Groups Projects
Commit ce49732a authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

set scroll-padding-top for html element

Closes #1019

Merge request studip/studip!589
parent 24bc1711
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment