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

View File

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