Chats: some mobile styling for rooms

This commit is contained in:
Alex Gleason 2020-08-28 13:27:40 -05:00
parent e7c6862fd0
commit f83e5ba882
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -175,3 +175,10 @@
}
}
}
.column .chat-box {
max-height: calc(100vh - 125px);
overflow: hidden;
display: flex;
flex-direction: column;
}