Skip to content

Fix last kitty card clipped in RoundCompleteModal#421

Merged
ejfn merged 3 commits into
mainfrom
ejfn/ui-improvements
Jun 3, 2026
Merged

Fix last kitty card clipped in RoundCompleteModal#421
ejfn merged 3 commits into
mainfrom
ejfn/ui-improvements

Conversation

@ejfn
Copy link
Copy Markdown
Owner

@ejfn ejfn commented Jun 3, 2026

The rightmost kitty card in the round complete modal was having its right half cut off.

Root cause: The modal has overflow: hidden and each card wrapper is only 40px wide (to enable the overlapping stack effect). For middle cards the overflow is hidden behind the next card, but the last card had nothing covering it — so ~25px of it (border + shadow included) was clipped.

Fix: Give the last card wrapper the full card width (72px, accounting for the 65px card + border + shadow) so it renders completely.

@ejfn ejfn merged commit 44e897b into main Jun 3, 2026
1 check passed
@ejfn ejfn deleted the ejfn/ui-improvements branch June 3, 2026 22:30
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.

1 participant