From f83e5ba882b1510548c6a6b57809122323743702 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 28 Aug 2020 13:27:40 -0500 Subject: [PATCH] Chats: some mobile styling for rooms --- app/styles/chats.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index 5fdd76e98..44a10e2f3 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -175,3 +175,10 @@ } } } + +.column .chat-box { + max-height: calc(100vh - 125px); + overflow: hidden; + display: flex; + flex-direction: column; +}