Skip to content

Commit

Permalink
Replace FixedSizeList height with 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed May 5, 2021
1 parent 8e2989e commit 06b93ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default function ItemTable({ data, rowCanBeSelected, loading }) {
<FixedSizeList
className="Table"
height={height}
width={width}
width="100%"
itemCount={rows.length}
itemSize={100}
>
Expand Down

0 comments on commit 06b93ae

Please sign in to comment.