Use smooth scrolling with chat

This commit is contained in:
Gabe Kangas
2021-12-29 13:22:24 -08:00
parent 9885fe5884
commit da89b7d733
+1 -1
View File
@@ -32,7 +32,7 @@ export function jumpToBottom(element) {
element.scrollTo({
top: element.scrollHeight,
left: 0,
behavior: 'auto',
behavior: 'smooth',
});
},
50,