Skip to content
Snippets Groups Projects
Commit 2555f468 authored by Ron Lucke's avatar Ron Lucke
Browse files

Scrollen funktioniert nicht im Menü „Abschnitt hinzufügen“

Closes #4625

Merge request studip/studip!3437
parent 8cacbaae
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,11 @@
right: 0;
}
.cw-toolbar-tool-wrapper {
position: relative;
height: calc(100% - 50px);
}
.cw-toolbar-tool-content {
overflow-y: auto;
padding-right: 8px;
......@@ -100,7 +105,18 @@
}
}
.cw-toolbar-containers {
position: relative;
height: 100%;
.cw-containeradder-item-list {
height: calc(100% - 120px);
overflow-y: auto;
padding-right: 10px;
}
}
.cw-toolbar-clipboard {
.cw-collapsible {
margin-bottom: 4px;
......
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