Skip to content

No menu at certain viewport widths #676

@arichardsmith

Description

@arichardsmith

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions