Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grader Report cutoff and no scroll bars #27

Closed
schuppjd opened this issue Jan 5, 2015 · 3 comments
Closed

Grader Report cutoff and no scroll bars #27

schuppjd opened this issue Jan 5, 2015 · 3 comments
Assignees
Labels

Comments

@schuppjd
Copy link

schuppjd commented Jan 5, 2015

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
Copy link
Owner

dmuneras commented Jan 5, 2015

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

@dmuneras dmuneras self-assigned this Jan 8, 2015
@dmuneras dmuneras added the bug label Jan 8, 2015
@dmuneras
Copy link
Owner

dmuneras commented Jan 8, 2015

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
Copy link
Owner

dmuneras commented Feb 1, 2015

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

@dmuneras dmuneras closed this as completed Feb 1, 2015
@dmuneras dmuneras added this to the Release 20140301 milestone Feb 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants