mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 18:21:39 +01:00
Merge pull request #580 from vector-im/bwindels/scroll-composer
add scrollbar when > 5 lines in composer
This commit is contained in:
commit
b95c918dc6
@ -548,6 +548,8 @@ a {
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
max-height: 113px; /* 5 lines */
|
||||
overflow-y: auto;
|
||||
overflow-y: overlay;
|
||||
}
|
||||
|
||||
.MessageComposer_input > button.send {
|
||||
|
Loading…
x
Reference in New Issue
Block a user