MDL-62465 grade: scrolling CSS

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.
This commit is contained in:
Damyon Wiese
2019-02-04 11:40:06 +08:00
parent a3a157ae01
commit 4444c45df8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@
.path-grade-report-grader {
#region-main {
overflow-x: visible;
min-width: 100%;
width: auto;
display: inline-flex;
+1
View File
@@ -16175,6 +16175,7 @@ p.arrow_button {
left: 40vw; }
.path-grade-report-grader #region-main {
overflow-x: visible;
min-width: 100%;
width: auto;
display: inline-flex; }