Problem
When opening the SMS Notifications modal in Team Settings → Notifications, the country code dropdown for phone number selection renders incorrectly.
Steps to Reproduce
- Go to
Team Settings→Notifications - Enable
SMS notifications - Click to add a phone number
- Open the country code dropdown
Expected Behavior
The dropdown should fully expand within the viewport and remain accessible without overlapping UI elements.
Actual Behavior
The dropdown is clipped at the bottom and overlaps with the modal’s “Continue” button, making some options difficult or impossible to select.
Environment
- Browser: Chrome 146
- OS: Windows 10/11
- Page:
https://vercel.com/[team]/~/settings/notifications
Notes
This appears to be a z-index or overflow issue within the modal container.
