fix overflow of long chat edits

This commit is contained in:
PhilReact 2023-10-02 21:05:09 -05:00
parent 3d55d24377
commit 9997d4b7cb

View File

@ -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;