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 13:03:59 +08:00
parent 6bfcfd9a1f
commit d831bfbf04
+4
View File
@@ -237,3 +237,7 @@
margin: 0;
width: auto;
}
.gradingform_guide_comment_chooser {
max-height: 80vh;
overflow-y: auto;
}