fix: remove absolute positioning to allow RTL scrolling (#26093)

This commit is contained in:
Gábor Boros
2021-02-24 20:14:21 +04:00
committed by GitHub
parent e416ec7a93
commit ed58d45bd5

View File

@@ -129,9 +129,6 @@ div.gradebook-wrapper {
}
.grade-table {
position: absolute;
top: 0;
left: 0;
width: 1000px;
cursor: move;