diff --git a/Web/wwwroot/index.html b/Web/wwwroot/index.html
index 1066767..7e5a92e 100755
--- a/Web/wwwroot/index.html
+++ b/Web/wwwroot/index.html
@@ -269,6 +269,7 @@
postImage.onload = () => {
postImage.classList.remove('loading');
+ window.scrollTo(0, document.body.scrollHeight);
};
postImage.onerror = () => {