The main content panel on the Phone Numbers detail page is not scrollable. The content extends beyond the visible viewport but cannot be scrolled to, making settings below the fold completely inaccessible.
Steps to Reproduce:
Log into the Vapi dashboard
Navigate to Phone Numbers
Select any phone number to open its detail panel
Attempt to scroll down to view settings below "Server URL" (e.g., Timeout, and anything further down)
Expected Behavior:
The detail panel should scroll vertically, allowing access to all settings for the selected phone number.
Actual Behavior:
The page does not scroll. The main content container (scrollable-container div) is expanding to match its full content height (~2275px) instead of being constrained to the viewport height. Additionally, the page body has overflow: hidden set, preventing any outer scrolling. The result is that content below the visible area is completely unreachable.
Technical Details:
Affected page:
https://dashboard.vapi.ai/phone-numbers/[phone-number-id]
The scrollable container has clientHeight === scrollHeight (both ~2275px), meaning no scroll is possible
document.body has overflow: hidden, blocking fallback page-level scrolling
Environment:
Browser: Chrome
OS: Windows/Linux
Date observed: May 11, 2026