react-tiny-virtual-list icon indicating copy to clipboard operation
react-tiny-virtual-list copied to clipboard

iframe issue when sticky used

Open gunn-fd opened this issue 6 years ago • 0 comments

I added an iframe as one of the rows in the list and set it to be sticky, while the sticky works, the iframe sits on top, making its wrapper z-index: 0 instead of 1 fixed it. But when I start to fast scroll I can see the sticky container iframe showing through when its not rendering.
I also noticed if you use the lists scrollbar, I don't see any gaps/unrendered content but if i scroll fast with the trackpad, i can see lots of gaps. my row content is not complex just a few divs and text

gunn-fd avatar Sep 23 '19 09:09 gunn-fd