The inner content wrapper in the onboarding form used flex-shrink default (1), causing it to compress instead of overflowing the scroll container. Adding shrink-0 prevents flex compression and lets overflow-y-auto work correctly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>