MDL-64524 gradingform_guide: Marking guide comments

When there are too many comments, scroll the list so they still fit in the dialogue.
This commit is contained in:
Damyon Wiese 2019-01-09 10:28:02 +08:00
parent 284babb0d7
commit 4b9c3e44e0

View File

@ -237,3 +237,7 @@
margin: 0;
width: auto;
}
.gradingform_guide_comment_chooser {
max-height: 80vh;
overflow-y: auto;
}