diff --git a/files/assets/js/chat.js b/files/assets/js/chat.js index 74619e7a9..a6e9e324c 100644 --- a/files/assets/js/chat.js +++ b/files/assets/js/chat.js @@ -302,6 +302,9 @@ setTimeout(function () { setTimeout(function () { box.scrollTo(0, box.scrollHeight) }, 500); +setTimeout(function () { + box.scrollTo(0, box.scrollHeight) +}, 1000); window.addEventListener('load', function () { box.scrollTo(0, box.scrollHeight) });