We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1be76 commit 52f0863Copy full SHA for 52f0863
1 file changed
src/components/ListComponent.js
@@ -45,6 +45,7 @@ function ListComponent({ fetchData, refresh, renderItem, withAds, placeholder =
45
46
return (
47
<Virtuoso
48
+ style={{ height: '71vh' }}
49
className="blockContent scrollable"
50
components={{ Header: () => ListHeader(withAds) }}
51
data={items}
0 commit comments