From 6c1a23832e7cde32457461b450ad6a644cf93c03 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Wed, 20 Sep 2023 20:06:24 +0300 Subject: [PATCH] fix: regression chat input is now visible --- src/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.js b/src/chat.js index 91b60e993..a8c35e9dd 100644 --- a/src/chat.js +++ b/src/chat.js @@ -69,7 +69,7 @@ class ChatBox extends LitElement { .chat-input-wrapper { bottom: 1px; width: calc(100% - 3px); - position: absolute; + position: fixed; left: 1px; box-sizing: border-box; overflow: hidden;