swords-and-ravens icon indicating copy to clipboard operation
swords-and-ravens copied to clipboard

Find an alternative solution for ScrollToBottom

Open gereon77 opened this issue 3 years ago • 1 comments

The current solution is quite fragile. The ChatComponent.tsx is reused at several locations. I wonder that it works because I wanted to add the Reload button on top of the chat but this breaks everything.

So we would need a solution which works with the dynamic height of the container.

gereon77 avatar Jan 27 '22 09:01 gereon77

https://www.npmjs.com/package/react-scrollable-feed seems to work without fixed height

gereon77 avatar Jan 27 '22 09:01 gereon77