react-virtualized
react-virtualized copied to clipboard
[AutoSizer] Child scroll position updated when resizing sibling element
Hello.
I am bulding a chat app, and we have another resizeable container above the chat messages list.
Messages list is DynamicSizeList
wrapped in AutoSizer
.
So when I resize the top container, the messages list gets scrolled up about 100%.
I can't see what I can do about it.
Please see the screencast video.
Source https://github.com/beshur/tmp-react-scrollable Demo https://eloquent-minsky-40a538.netlify.app/