Skip to content

Commit

Permalink
MDL-62465 grade: scrolling CSS
Browse files Browse the repository at this point in the history
Grading pages have their own special javascript to force "fixed" headers
when scrolling a large table. They rely on the entire page being scrolled,
not just the main region.
  • Loading branch information
Damyon Wiese committed Feb 4, 2019
1 parent 1b7a0a4 commit 9cf38a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions theme/boost/scss/moodle/grade.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

.path-grade-report-grader {
#region-main {
overflow-x: visible;
min-width: 100%;
width: auto;
& > .card {
Expand Down
1 change: 1 addition & 0 deletions theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -16008,6 +16008,7 @@ p.arrow_button {
left: 40vw; }

.path-grade-report-grader #region-main {
overflow-x: visible;
min-width: 100%;
width: auto; }
.path-grade-report-grader #region-main > .card, .path-grade-report-grader #page-enrol-users #region-main > #filterform, #page-enrol-users .path-grade-report-grader #region-main > #filterform, .path-grade-report-grader .que #region-main > .history, .que .path-grade-report-grader #region-main > .history, .path-grade-report-grader .userprofile .profile_tree #region-main > section, .userprofile .profile_tree .path-grade-report-grader #region-main > section, .path-grade-report-grader #region-main > .groupinfobox, .path-grade-report-grader #region-main > .well {
Expand Down

0 comments on commit 9cf38a5

Please sign in to comment.