Release · v3.11.11
Mobile nav — float menu + search as bottom-right…
fix(v3): mobile nav — float menu + search as bottom-right FABs
Details
On phones the section links overflowed the bar and pushed the hamburger and ⌘K off-screen (horizontal scroll to reach them): the priority+ overflow check never fired because the row grew the page instead of clipping. Below 700px, force all links into the menu and float the menu (hamburger) and search as thumb-reachable circular FABs in the bottom- right above the dock, per the mobile FAB / thumb-reach pattern. Desktop unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YB1axhX3kbHCFJbX7LhfH8
Files changed (4)
| frontend/client/ts/core/v3.ts | +14 | −0 |
| frontend/jekyll/_includes/v3/nav.html | +6 | −0 |
| frontend/jekyll/_sass/v3/_nav.scss | +5 | −0 |
| frontend/jekyll/_sass/v3/_responsive.scss | +89 | −0 |