Files
euchre_camp/src/components
david 6fd273c16c
Pull Request / unit-tests (pull_request) Successful in 58s
Pull Request / e2e-tests (pull_request) Failing after 3m3s
Pull Request / analyze-bump-type (pull_request) Has been skipped
fix: prevent content overflow on right side of screen
Fixes #23

- Added overflow-x-hidden to body in root layout as defensive measure
- Changed table containers from overflow-hidden to overflow-x-auto
  in admin/players page and RankingsClient (3 tables)
- Added min-w-0 and overflow-hidden to Navigation flex containers
  to prevent links from pushing content off screen
- Added flex-shrink-0 to EuchreCamp wordmark link
2026-04-26 20:02:57 -07:00
..