When I click on one of my campaigns to load its page, it at first looks blank (although the website's background texture is there) because a DIV with the ID "lanyard_root" is hijacking the whole viewport (it has both width and height styles set to 100%). I can still see the campaign information, but only if I scroll down all the way. If I go into the developer tools and give that "lanyard_root" DIV a style of "display: none" that also works, but I'm not keen on having to do that every time I load this page.
When I click on one of my campaigns to load its page, it at first looks blank (although the website's background texture is there) because a DIV with the ID "lanyard_root" is hijacking the whole viewport (it has both width and height styles set to 100%). I can still see the campaign information, but only if I scroll down all the way. If I go into the developer tools and give that "lanyard_root" DIV a style of "display: none" that also works, but I'm not keen on having to do that every time I load this page.
...and it looks like things are back to normal already after a hard refresh of the page (which before didn't help).