Skip to content

Conversation

@naaa760
Copy link

@naaa760 naaa760 commented Nov 17, 2025

Fix Calendar Popover Jumping

fix: #8802

Problem: Calendar popover jumps when navigating between months because the height changes based on number of weeks, causing navigation buttons to move and accidental backdrop clicks.

Solution: Added minimum height constraint min-h-[calc(7*var(--cell-size))] to calendar month container to maintain consistent height across all months.

Changes: Modified apps/v4/registry/new-york-v4/ui/calendar.tsx to prevent height fluctuations during month navigation.

@vercel
Copy link

vercel bot commented Nov 17, 2025

@naaa760 is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug]: Calendar: The calendar popover jumps around (UI/UX)

1 participant