Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: console background color scroll bug (#2709)
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.
- Loading branch information