We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7cb82 commit 1a7438eCopy full SHA for 1a7438e
1 file changed
readme.md
@@ -45,6 +45,8 @@ function MyApp() {
45
46
return (
47
<div style={{ overflowY: 'scroll', height: '300px', background: 'lightgreen' }}>
48
+ {/* !this component will not add container with overflow! */}
49
+ {/* the only overflow here is element above */}
50
<VirtualListY
51
items={items}
52
itemHeight={itemHeight}
0 commit comments