Skip to content

Commit 1a7438e

Browse files
committed
doc upd
1 parent bb7cb82 commit 1a7438e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ function MyApp() {
4545

4646
return (
4747
<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 */}
4850
<VirtualListY
4951
items={items}
5052
itemHeight={itemHeight}

0 commit comments

Comments
 (0)