Skip to content

Commit 52f0863

Browse files
committed
fix height issue
1 parent 1b1be76 commit 52f0863

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/ListComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function ListComponent({ fetchData, refresh, renderItem, withAds, placeholder =
4545

4646
return (
4747
<Virtuoso
48+
style={{ height: '71vh' }}
4849
className="blockContent scrollable"
4950
components={{ Header: () => ListHeader(withAds) }}
5051
data={items}

0 commit comments

Comments
 (0)