You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#2698
There were actually two underlying issues fixed here:
1. If you hard scroll down on any page in dark mode, the `<body>`
element would not respect dark mode, so you could still see white bg
underneath. That's gross. It's fixed now in `index.html`.
2. On the infrastructure page specifically, we never set the page body's
overflow behavior to scroll, so instead it would overflow the container.
Technically, with 1 fixed, you wouldn't even notice this issue, but it
was still worth fixing to future-proof the page.
ftl-console-bug.mov
The text was updated successfully, but these errors were encountered: