v0.9.4
Fixed 1
- Chat scroll position on load by removing content-visibility: auto which was preventing the initial scroll from reaching the true bottom of the message history
Fixed
- 📜 Chat scroll position on load. Opening a chat conversation now reliably scrolls to the bottom of the message history, fixing a regression caused by
content-visibility: autowhere estimated element sizes prevented the initial scroll from reaching the true bottom.