MDL-62465 assign: Allow grade scrolling

Remove the custom override that disables no-overflow in the grading table. This page is better to use
when the grading table is scrollable and the controls around it are not scrollable.
This commit is contained in:
Damyon Wiese 2018-09-04 14:57:13 +08:00
parent 4444c45df8
commit c59eef8ee0
2 changed files with 0 additions and 6 deletions

View File

@ -522,9 +522,6 @@ div#dock {
.path-mod-assign [data-region="grade-actions-panel"] [data-region="grade-actions"] .collapse-buttons {
top: auto;
}
.path-mod-assign .no-overflow {
overflow: initial;
}
// This section removes the responsiveness from the form in the grading panel
$popout-header-font-size: 1.5 * $font-size-base;

View File

@ -15778,9 +15778,6 @@ div#dock {
.path-mod-assign [data-region="grade-actions-panel"] [data-region="grade-actions"] .collapse-buttons {
top: auto; }
.path-mod-assign .no-overflow {
overflow: initial; }
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.popout .felement {
height: calc(100% - 4rem); }