Maintenance for the week of May 18:
· [COMPLETE] NA megaservers for maintenance – May 18, 4:00AM EDT (8:00 UTC) - 9:00AM EDT (13:00 UTC)
· [COMPLETE] EU megaservers for maintenance – May 18, 8:00 UTC (4:00AM EDT) - 13:00 UTC (9:00AM EDT)
The issues on the North American megaservers have been resolved at this time. If you continue to experience difficulties at login, please restart your client. Thank you for your patience!
Forums are broken.
For 2 days I noticed all I could see was the background. None of the content on the site was loading. Eventually I did a bit of digging. For some reason the body in the CSS is set to hidden visibility. Inspecting the element and unchecking this property will show the page as expected, but for every page refresh I need to apply this change.
Can your web guys please look into this? Thanks

If you, or anyone you know, is having a similar problem, I used the "Stylish" Chrome extension to permanently fix the error (
https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe)
Just add the code
body {
visibility: visible;
}
and it will override the default one that's bugging it out!
Edited by Alucardo on June 30, 2021 6:22AM