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;