# Invite Modal Placement Fix ## Focus Ensure invite code modal is rendered outside the navbar so it overlays the full viewport. ## Changes - Move modal markup out of the header element into a sibling container. ## Files - `apps/web/components/navbar.tsx` ## Status - Implemented