From 5e8d1cd52b94eaff669cf60189f11dd459fe99b1 Mon Sep 17 00:00:00 2001 From: The Doom Lab Date: Sat, 13 Dec 2025 20:50:41 -0600 Subject: [PATCH] fix scrolling in the table --- src/tasks/components/AllTaskList.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tasks/components/AllTaskList.tsx b/src/tasks/components/AllTaskList.tsx index 9bd873ca..6f6a44eb 100644 --- a/src/tasks/components/AllTaskList.tsx +++ b/src/tasks/components/AllTaskList.tsx @@ -55,8 +55,10 @@ export const AllTasksList = () => { const processedTasks = processAllTasks(latestLogs, taskLogs) return ( - - + +
+
+ ) }