Use smooth scrolling with chat

This commit is contained in:
Gabe Kangas
2021-12-29 13:20:59 -08:00
parent 9885fe5884
commit da89b7d733

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,