Skip to content

Commit

Permalink
fix: regression chat input is now visible
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 20, 2023
1 parent 88aab6a commit 6c1a238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6c1a238

Please sign in to comment.