Use smooth scrolling with chat

This commit is contained in:
Gabe Kangas 2021-12-29 13:20:59 -08:00
parent 9885fe5884
commit da89b7d733
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -32,7 +32,7 @@ export function jumpToBottom(element) {
element.scrollTo({ element.scrollTo({
top: element.scrollHeight, top: element.scrollHeight,
left: 0, left: 0,
behavior: 'auto', behavior: 'smooth',
}); });
}, },
50, 50,