Skip to content
Snippets Groups Projects
Commit 128da93c authored by Michaela Brückner's avatar Michaela Brückner :unicorn: Committed by Jan-Hendrik Willms
Browse files

auto overflow for help bar, fixes #504

Closes #504

Merge request studip/studip!2192
parent b6c20c9f
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,9 @@ $border-width: 4px; ...@@ -57,6 +57,9 @@ $border-width: 4px;
width: $helpbar-width; width: $helpbar-width;
z-index: 1000; z-index: 1000;
overflow: auto;
max-height: calc(100vh - 200px);
&::before { &::before {
border-bottom: 2px solid var(--base-color-80); border-bottom: 2px solid var(--base-color-80);
border-left: $border-width solid transparent; border-left: $border-width solid transparent;
......
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