Chats: some mobile styling for rooms
This commit is contained in:
@ -175,3 +175,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.column .chat-box {
|
||||
max-height: calc(100vh - 125px);
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user