From 02a78173a34668defaef98b4337e54d81149f1d6 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Mon, 12 Jun 2023 20:36:05 +0200 Subject: [PATCH] fix --- plugins/plugins/core/components/ChatPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/plugins/core/components/ChatPage.js b/plugins/plugins/core/components/ChatPage.js index 794b499e..0e87b7df 100644 --- a/plugins/plugins/core/components/ChatPage.js +++ b/plugins/plugins/core/components/ChatPage.js @@ -1459,6 +1459,7 @@ class ChatPage extends LitElement { this.shadowRoot.querySelector("chat-scroller").shadowRoot.getElementById("downObserver") .scrollIntoView({ behavior: 'smooth', + block: 'nearest', }); }}>