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:
@@ -42,6 +42,8 @@
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user