mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 23:42:11 +02:00
Merge branch 'MDL-74569-master' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
3c10b0c2af
@ -452,7 +452,7 @@
|
||||
|
||||
tr.heading {
|
||||
position: sticky;
|
||||
top: 0vh;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
@ -19655,7 +19655,7 @@ p.arrow_button {
|
||||
|
||||
.path-grade-report-grader .gradeparent tr.heading {
|
||||
position: sticky;
|
||||
top: 0vh;
|
||||
top: 0;
|
||||
z-index: 1; }
|
||||
|
||||
.path-grade-report-grader .gradeparent tr.lastrow {
|
||||
|
@ -19655,7 +19655,7 @@ p.arrow_button {
|
||||
|
||||
.path-grade-report-grader .gradeparent tr.heading {
|
||||
position: sticky;
|
||||
top: 0vh;
|
||||
top: 0;
|
||||
z-index: 1; }
|
||||
|
||||
.path-grade-report-grader .gradeparent tr.lastrow {
|
||||
|
Loading…
x
Reference in New Issue
Block a user