From 700ef8769143d560f37387d77c4809ab7a70c2f7 Mon Sep 17 00:00:00 2001 From: Jake Dallimore Date: Wed, 9 Nov 2016 15:41:57 +0800 Subject: [PATCH] MDL-56820 themes: Fix user search drop down on grading page for boost Fixes a problem where the drop down list is cut off by overflow. --- mod/assign/styles.css | 1 + theme/boost/scss/moodle/modules.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/assign/styles.css b/mod/assign/styles.css index 1d1288f9d81..cdbadb2e18c 100644 --- a/mod/assign/styles.css +++ b/mod/assign/styles.css @@ -387,6 +387,7 @@ } .path-mod-assign [data-region="configure-filters"] label { + display: block; padding: 3px 20px; } diff --git a/theme/boost/scss/moodle/modules.scss b/theme/boost/scss/moodle/modules.scss index 19b1705933c..1ec5dc3f051 100644 --- a/theme/boost/scss/moodle/modules.scss +++ b/theme/boost/scss/moodle/modules.scss @@ -500,7 +500,6 @@ div#dock { .path-mod-assign [data-region="grading-navigation"] { padding: 6px; - overflow-y: hidden; } .path-mod-assign [data-region="grade-actions"] {