diff --git a/src/components/ItemTable/ItemTable.js b/src/components/ItemTable/ItemTable.js index 67c27db..6777c5e 100644 --- a/src/components/ItemTable/ItemTable.js +++ b/src/components/ItemTable/ItemTable.js @@ -42,9 +42,10 @@ export default function ItemTable({ data, rowCanBeSelected, loading }) { borderLeftStyle: "solid", borderColor: theme.palette.type === "light" ? theme.palette.grey[300] : theme.palette.grey[500] }, - VirtualizedTableHeight: { + VirtualizedTableStyles: { // The !important is placed here to enforce CSS specificity. - height: '82vh !important' + height: '82vh !important', + display:"table-row" }, }); const classes = useStyles(); @@ -148,9 +149,9 @@ export default function ItemTable({ data, rowCanBeSelected, loading }) { ))} - + - {({ height,width }) => ( + {({ height, width }) => (