From c83657a072dc0d6e77a9c866147094099fb5dc24 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 20 May 2022 00:28:34 +0300 Subject: [PATCH] stick chats to bottom --- src/components/chat/chat.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss index 9c98871d..f2e154ab 100644 --- a/src/components/chat/chat.scss +++ b/src/components/chat/chat.scss @@ -31,6 +31,7 @@ height: 100%; display: flex; flex-direction: column; + justify-content: end; } .footer {