Browse Source

Use smooth scrolling with chat

pull/1632/head
Gabe Kangas 4 years ago
parent
commit
da89b7d733
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      webroot/js/utils/helpers.js

2
webroot/js/utils/helpers.js

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

Loading…
Cancel
Save