dmuneras / moodle-theme_archaius

Moodle theme
5 stars 9 forks source link

Grader Report cutoff and no scroll bars #27

Closed schuppjd closed 9 years ago

schuppjd commented 9 years ago

Moodle 2.8.1+ and the latest Archaius theme (2014100301)...

Going to a course and then the grader report (.../grade/report/grader/index.php?id=24) ... the columns are cutoff and there are no sliders to scroll the screen. I tried the custom CSS #tablecontainer{overflow:scroll;} that I found in another post but that did not work.

Any ideas?

archaius-grader

dmuneras commented 9 years ago

Hi, Let me check what is happening, I will try to fix it as soon as possible. Regards, Daniel.

dmuneras commented 9 years ago

Hi @schuppjd

It happens because a small change in the Moodle layout that I didn't notice.

I think everything could be solve just using this rule in your custom CSS

.path-grade-report-grader .gradeparent {
  overflow: scroll;
}

Regards, Daniel.

dmuneras commented 9 years ago

I will close this, I tested and it is ok, @schuppjd if you still having problems feel free to reopen this issue.