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%)' }} >