From 4b9c3e44e00a2c852f0cc317d3cc3b8611dba7d2 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Wed, 9 Jan 2019 10:28:02 +0800 Subject: [PATCH] MDL-64524 gradingform_guide: Marking guide comments When there are too many comments, scroll the list so they still fit in the dialogue. --- grade/grading/form/guide/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/grade/grading/form/guide/styles.css b/grade/grading/form/guide/styles.css index 9060d817e3a..e3cd9dcb903 100644 --- a/grade/grading/form/guide/styles.css +++ b/grade/grading/form/guide/styles.css @@ -237,3 +237,7 @@ margin: 0; width: auto; } +.gradingform_guide_comment_chooser { + max-height: 80vh; + overflow-y: auto; +}