mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
fix overflow of long chat edits
This commit is contained in:
parent
3d55d24377
commit
9997d4b7cb
@ -171,7 +171,7 @@ class ChatTextEditor extends LitElement {
|
|||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: safe center;
|
||||||
}
|
}
|
||||||
.element::-webkit-scrollbar-track {
|
.element::-webkit-scrollbar-track {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user