The sidebar was height:100vh with no overflow, so on mobile the bottom-pinned footer (network status + Logout) fell below the visible area (browser toolbar) with no way to reach it. Add overflow-y:auto and use 100dvh on mobile so the sidebar matches the visible viewport; 100vh kept as fallback. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>