diff --git a/src/components/ItemTable/ItemTable.js b/src/components/ItemTable/ItemTable.js index acefcc7..2ec28c7 100644 --- a/src/components/ItemTable/ItemTable.js +++ b/src/components/ItemTable/ItemTable.js @@ -21,9 +21,6 @@ export default function ItemTable({ data, rowCanBeSelected }) { inactiveSortIcon: { opacity: 0.2, }, - container: { - maxHeight: 500, - }, rowSelected: { backgroundColor: theme.palette.type === 'light' ? theme.palette.primary[100] : theme.palette.primary[600], },