From 263369758503790e05a669760f41e1e57fa5b0c6 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Fri, 13 Feb 2026 11:47:44 -0800 Subject: [PATCH] Fix row action hover overlap with column controls --- src/app/(main)/boards/[boardId]/BoardEditRow.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/(main)/boards/[boardId]/BoardEditRow.tsx b/src/app/(main)/boards/[boardId]/BoardEditRow.tsx index 39b47f7a3..a89c1ff83 100644 --- a/src/app/(main)/boards/[boardId]/BoardEditRow.tsx +++ b/src/app/(main)/boards/[boardId]/BoardEditRow.tsx @@ -138,11 +138,10 @@ export function BoardEditRow({ padding="3" gap="1" position="absolute" - top="0" - bottom="0" + top="50%" right="12px" zIndex={20} - justifyContent="center" + style={{ transform: 'translateY(-50%)' }} >