diff --git a/src/components/GameTable.tsx b/src/components/GameTable.tsx index d105254..9db5bd7 100644 --- a/src/components/GameTable.tsx +++ b/src/components/GameTable.tsx @@ -186,7 +186,10 @@ export function GameTable({ {/* Felt table — portrait proportions (tall, centered between HUD and hand) */}
-
+ {/* max-w-full so the felt never exceeds its padded container — otherwise an + overflowing flex item under justify-center pins to the (RTL) start and + the trick area, centered on the felt, drifts off-center. */} +
{/* opponent + partner seats */}