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