diff --git a/src/interface/web/chat.html b/src/interface/web/chat.html index 72322322..48867edc 100644 --- a/src/interface/web/chat.html +++ b/src/interface/web/chat.html @@ -32,6 +32,9 @@
`; + + // Scroll to bottom of input-body element + document.getElementById("chat-body").scrollTop = document.getElementById("chat-body").scrollHeight; } function chat() {