From 980cbe3e5a4df9015a34b4c562b09903f979c181 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 15 Dec 2023 05:25:42 +0000 Subject: [PATCH] feat: Vertical list scroll --- src/app/boards/[...id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/boards/[...id]/page.tsx b/src/app/boards/[...id]/page.tsx index 51a5b4ba..2b2488a9 100644 --- a/src/app/boards/[...id]/page.tsx +++ b/src/app/boards/[...id]/page.tsx @@ -193,7 +193,7 @@ export default function BoardPage() { ref={provided.innerRef} {...provided.draggableProps} {...provided.dragHandleProps} - className="mr-5 min-w-[17rem] max-w-[17rem] rounded-md border border-dark-400 bg-dark-200 px-2 py-2" + className="mr-5 h-fit min-w-[18rem] max-w-[18rem] rounded-md border border-dark-400 bg-dark-200 py-2 pl-2 pr-1" >

@@ -214,7 +214,7 @@ export default function BoardPage() {

{list.cards?.map((card, index) => (