mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
add scrollbar when > 5 lines in composer
This commit is contained in:
parent
2afcddbf49
commit
e9586711e0
@ -548,6 +548,8 @@ a {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-height: 113px; /* 5 lines */
|
max-height: 113px; /* 5 lines */
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-y: overlay;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MessageComposer_input > button.send {
|
.MessageComposer_input > button.send {
|
||||||
|
Loading…
Reference in New Issue
Block a user