From cf024a94cafaae8a2a5953fea277b871ac2fc765 Mon Sep 17 00:00:00 2001 From: SelmaBergstrand <78426277+SelmaBergstrand@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:30:53 +0100 Subject: [PATCH] feat(board): add scrolling in mobile view for boards with many tiles (#1780) * feat(mobile): add scrolling for boards with many tiles * chore(mobile): only allow y-axis scroll --- tavla/src/Board/scenarios/Board/index.tsx | 2 +- tavla/src/Board/scenarios/QuayTile/index.tsx | 2 +- tavla/src/Board/scenarios/StopPlaceTile/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tavla/src/Board/scenarios/Board/index.tsx b/tavla/src/Board/scenarios/Board/index.tsx index 7f5f94251..a3b835d5e 100644 --- a/tavla/src/Board/scenarios/Board/index.tsx +++ b/tavla/src/Board/scenarios/Board/index.tsx @@ -25,7 +25,7 @@ function Board({ board, style }: { board: TBoard; style?: CSSProperties }) { return (