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-03-18 15:57:11 +08:00
parent 7c5c76bcdf
commit 0bec5987c8
+4
View File
@@ -237,3 +237,7 @@
margin: 0;
width: auto;
}
.gradingform_guide_comment_chooser {
max-height: 80vh;
overflow-y: auto;
}