From 5ac6c2b462e2862dbf4cfc5c923e5a899fdeb511 Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Wed, 19 Nov 2025 12:58:35 +0000 Subject: [PATCH] I've removed the `touch-pan-y` class from the Kanban board wrapper in `frontend/src/pages/ProjectTasks.tsx`. This enables horizontal scrolling on touch devices while maintaining vertical scrolling, which solves the issue. (#1334) I also ran the type checks to ensure no regressions, and everything passed. The provided file path `crates/remote/src/db/project_tasks.rs` was not relevant to the UI scrolling issue, so no changes were made there. --- frontend/src/pages/ProjectTasks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/ProjectTasks.tsx b/frontend/src/pages/ProjectTasks.tsx index d5cbefd2..7e298bfd 100644 --- a/frontend/src/pages/ProjectTasks.tsx +++ b/frontend/src/pages/ProjectTasks.tsx @@ -867,7 +867,7 @@ export function ProjectTasks() { ) : ( -
+