Maintenance for the week of October 27:
• [COMPLETE] PC/Mac: NA and EU megaservers for maintenance – October 29, 4:00AM EDT (8:00 UTC) - 12:00PM EDT (16:00 UTC)
• [COMPLETE] Xbox: NA and EU megaservers for maintenance – October 29, 4:00AM EDT (8:00 UTC) - 12:00PM EDT (16:00 UTC)
• [COMPLETE] PlayStation®: NA and EU megaservers for maintenance – October 29, 4:00AM EDT (8:00 UTC) - 12:00PM EDT (16:00 UTC)
Maintenance for the week of October 27:
• ESO Store and Account System for maintenance – October 30, 9:00AM EDT (13:00 UTC) - 6:00PM EDT (22:00 UTC)
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