make the messages box fill up all available space
This commit is contained in:
parent
56e3fc753a
commit
eec7dcb9c3
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@
|
|||
width: 100%;
|
||||
padding: 16px 0px 0px 0px;
|
||||
overflow-y: auto;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.chat-box .chat-messages .chat-message {
|
||||
width: 89%;
|
||||
|
|
Loading…
Reference in a new issue