There were issues with overflow:hidden in the #content section of the style.css file.

For some reason, when the overflow was "hidden" the content region had a background color of bright blue.

While I don't know the reason why it was happening, I was able to fix it by simply changing overflow:hidden to overflow:inherit in the style.css file.

I hope this helps others facing the same issue.

Comments

alexandreracine’s picture

Status: Needs review » Closed (fixed)

Is this corrected in the latest version? Let us know if not. Closing for now.