Commit Graph

3 Commits

Author SHA1 Message Date
david 6fd273c16c fix: prevent content overflow on right side of screen
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
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
david 0ae4a171fd feat: add git commit hash to footer for version tracking 2026-03-31 11:44:13 -07:00
david 123df671f5 nextjs-rewrite (#5)
Reviewed-on: #5
Co-authored-by: David Gwilliam <dhgwilliam@gmail.com>
Co-committed-by: David Gwilliam <dhgwilliam@gmail.com>
2026-03-30 02:30:13 +00:00