Merge pull request #580 from vector-im/bwindels/scroll-composer
add scrollbar when > 5 lines in composer
This commit is contained in:
commit
b95c918dc6
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue