diff --git a/static/js/chat.js b/static/js/chat.js index 1eca2cd..b797f15 100644 --- a/static/js/chat.js +++ b/static/js/chat.js @@ -483,6 +483,9 @@ ); scroll(true); + + // small fix, sometimes when hard reloading we don't scroll all the way + setTimeout(scroll, 250, true); } function pushMessage() {