From 9997d4b7cbb2f4a842a02407363e477f5b1fd8ac Mon Sep 17 00:00:00 2001 From: PhilReact Date: Mon, 2 Oct 2023 21:05:09 -0500 Subject: [PATCH] fix overflow of long chat edits --- plugins/plugins/core/components/ChatTextEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugins/core/components/ChatTextEditor.js b/plugins/plugins/core/components/ChatTextEditor.js index 4d4c6b75..99a2522c 100644 --- a/plugins/plugins/core/components/ChatTextEditor.js +++ b/plugins/plugins/core/components/ChatTextEditor.js @@ -171,7 +171,7 @@ class ChatTextEditor extends LitElement { padding: 0px 10px; height: 100%; display: flex; - align-items: center; + align-items: safe center; } .element::-webkit-scrollbar-track { background-color: whitesmoke;