-
-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Description
In the docs, there is a small interval (~32px) where the mobile menu on the bottom is hidden, but the sidebar isn't shown yet. This leaves clicking through page by page as the only way to navigate. To make it worse, an iPad Air in portrait mode happens to fall exactly in this dead spot!
I might be getting which-component-renders-what wrong, but it looks like the mobile menu (from packages/site-kit
?) nav gets hidden at 800px
, while the sidebar (docs layout component?) is hidden until 832px
.
I'm happy to try to fix it and submit a PR. I guess you'd want to keep the mobile nav until 832px
? That would be a smaller change than making the sidebar appear from 800px
. But is site-kit
being used elsewhere?
Metadata
Metadata
Assignees
Labels
No labels