react-infinite-scroller icon indicating copy to clipboard operation
react-infinite-scroller copied to clipboard

not work with position fixed

Open fix2015 opened this issue 6 years ago • 1 comments
trafficstars

Describe the bug not work if parent have position fixed

To Reproduce for reproduce you can open this link https://codesandbox.io/s/5l09vv1n4

Expected behavior need infinity scroll work

Device (please complete the following information): ALL

fix2015 avatar Mar 28 '19 10:03 fix2015

@danbovey just pass useWindow={false} to props of <InfiniteScroll /> 👍 Your updated sandbox: https://codesandbox.io/s/yvjv8wzzx1

l3v1k avatar Apr 04 '19 05:04 l3v1k