diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index dc7c7b6e6eb..ef54d261383 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -2206,3 +2206,7 @@ $footer-link-color: $brand-primary !default; width: 100%; color: $body-color; } + +#region-main > .card { + overflow: auto; +} diff --git a/theme/boost/scss/moodle/grade.scss b/theme/boost/scss/moodle/grade.scss index 0a7281760a1..183c0656782 100644 --- a/theme/boost/scss/moodle/grade.scss +++ b/theme/boost/scss/moodle/grade.scss @@ -26,6 +26,10 @@ } } +.path-grade-report #maincontent + .urlselect { + float: right; +} + // Rubrics #page-grade-grading-manage { #activemethodselector {