[ purrgrammer/grimoire ] Improve chat UX with scroll and padding fixes (#99)
* fix: improve chat UX with better scroll and symmetric padding
- Add alignToBottom prop to Virtuoso for better last message visibility
- Add small footer to prevent last message from being hidden under scroll
- Make composer padding symmetric (py-1 instead of py-1 pb-0)
* fix: restore pb-0 on composer

GitHub
Improve chat UX with scroll and padding fixes (#99) ยท purrgrammer/grimoire@64c181d
* fix: improve chat UX with better scroll and symmetric padding
- Add alignToBottom prop to Virtuoso for better last message visibility
- Add smal...