Chats: some mobile styling for rooms
This commit is contained in:
parent
e7c6862fd0
commit
f83e5ba882
1 changed files with 7 additions and 0 deletions
|
@ -175,3 +175,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.column .chat-box {
|
||||
max-height: calc(100vh - 125px);
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue