diff --git a/files/assets/js/chat.js b/files/assets/js/chat.js index 13d27931b..de381a38d 100644 --- a/files/assets/js/chat.js +++ b/files/assets/js/chat.js @@ -284,6 +284,9 @@ function scroll_chat() { setTimeout(function () { box.scrollTo(0, box.scrollHeight) }, 1000); + setTimeout(function () { + box.scrollTo(0, box.scrollHeight) + }, 1500); } scroll_chat();