Fix mobile: compress card fan to fit any screen; kill horizontal overflow

- PlayerHand measures viewport and compresses the fan (responsive card size +
  dynamic overlap) so all 13 cards are visible and tappable on phones — no
  off-screen cards, no horizontal scroll; added tap feedback
- globals: html/body overflow-x hidden + overscroll-behavior none

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
soroush.asadi
2026-06-04 16:00:00 +03:30
parent 2d2352dfe8
commit 0b376aec16
2 changed files with 38 additions and 12 deletions
+2
View File
@@ -42,6 +42,8 @@
html,
body {
height: 100%;
overflow-x: hidden;
overscroll-behavior: none;
}
body {