From 40e386bfb4a238741faa6b0b542ed449c4a35dd0 Mon Sep 17 00:00:00 2001 From: Priyanshu Bartwal Date: Fri, 19 Jun 2026 05:06:27 +0530 Subject: [PATCH] Fix(record table): Drag select position (#21579) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: #21578 https://github.com/user-attachments/assets/8a1f3aa1-b436-4ce0-a9ec-c49ab61e214c Review in cubic --------- Co-authored-by: Félix Malfait --- .../object-record/record-table/components/RecordTableContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-front/src/modules/object-record/record-table/components/RecordTableContent.tsx b/packages/twenty-front/src/modules/object-record/record-table/components/RecordTableContent.tsx index 8d93bce8f7..173b4614d6 100644 --- a/packages/twenty-front/src/modules/object-record/record-table/components/RecordTableContent.tsx +++ b/packages/twenty-front/src/modules/object-record/record-table/components/RecordTableContent.tsx @@ -29,6 +29,7 @@ const StyledTableContainer = styled.div` display: flex; flex-direction: column; height: 100%; + position: relative; width: fit-content; `;