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-04-01 12:17:27 +08:00
parent 284babb0d7
commit 4b9c3e44e0
+4
View File
@@ -237,3 +237,7 @@
margin: 0;
width: auto;
}
.gradingform_guide_comment_chooser {
max-height: 80vh;
overflow-y: auto;
}