-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Docs UI Bug: Fix Hamburger Menu #3317
Copy link
Copy link
Labels
good first issueGood for newcomersGood for newcomershelp wantedGreat issue for non-Block contributorsGreat issue for non-Block contributors
Description
Describe the bug
The hamburger menu on the docs site needs a fix. It works when the screen width is fairly narrow, but otherwise just darkens the page without displaying the navigation menu options.
To Reproduce
Steps to reproduce the behavior:
- Go to https://block.github.io/goose/
- View on a "typical" desktop screen size
- Click the hamburger menu (☰) in the top navigation bar.
The page darkens but no menu appears. - Resize to make the screen more narrow and click the hamburger menu.
At around 800-1000px wide, the navigation options do display.
Expected behavior
When clicked, the hamburger menu should always display a sidebar containing the navigation items (Quickstart, Docs, Tutorials, MCPs, Blog, Resources, Discord, GitHub).
Environment
- OS & Arch: Multiple (affects all platforms)
- Interface: Documentation website
- Version: Current production site
- Browser: Multiple browsers affected
Additional context
Goose thinks the breakpoint for mobile navigation is set too high for typical desktop usage in
documentation/src/css/custom.css (around line 340)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedGreat issue for non-Block contributorsGreat issue for non-Block contributors