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
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?
The text was updated successfully, but these errors were encountered:
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 at800px
, while the sidebar (docs layout component?) is hidden until832px
.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 from800px
. But issite-kit
being used elsewhere?The text was updated successfully, but these errors were encountered: