Pauline Zhang
Pauline Zhang
Every time you open a new page, the coverage gets overwritten. If you keep all the testings on the same page then this wouldn't be a problem. For example, open...
A reproduction of (https://github.com/facebook/docusaurus/issues/4415#issuecomment-1209597904)  I believe this only happens when the right content is shorter than the navbar menu. The footer shifts because the additional space needed to fit...
> Note this page looks also weird on a vertical screen, we should fix that too: > Would you like a CSS detection for the vertical screen and then utilize...
> > Would you like a CSS detection for the vertical screen > > So something like `@media (min-aspect-ratio: 8/5)` ? Check out [this](https://stackoverflow.com/a/5735636/14173622)
> This is not a problem of vertical/horizontal/ratio but just having more vh than the sidebar + main content > Thanks for explaining that. Here is what I did. Move...