mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-11-01 21:27:51 +00:00
fix overflow of long chat edits
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user