aa3e62d0ff
The mobile drawer rendered the nav at full height below a fixed header, so lower items (and the admin section) overflowed off-screen with no way to scroll. Lay the drawer out as a flex column with a fixed header, a scrollable nav area (min-h-0 + overflow-y-auto) and a pinned user footer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>