diff --git a/front/src/modules/ui/object/record-table/components/RecordTable.tsx b/front/src/modules/ui/object/record-table/components/RecordTable.tsx index ae55c625f..43c675140 100644 --- a/front/src/modules/ui/object/record-table/components/RecordTable.tsx +++ b/front/src/modules/ui/object/record-table/components/RecordTable.tsx @@ -72,7 +72,6 @@ const StyledTableContainer = styled.div` display: flex; flex-direction: column; height: 100%; - overflow: auto; position: relative; `; @@ -116,10 +115,10 @@ export const RecordTable = ({ updateEntityMutation }: RecordTableProps) => { }); return ( - - - - + + + +
@@ -131,9 +130,9 @@ export const RecordTable = ({ updateEntityMutation }: RecordTableProps) => { onDragSelectionChange={setRowSelectedState} />
-
-
-
-
+ + + + ); };