From 11568d7405acf11280f52af91b91b04a84b653ea Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 1 Dec 2017 12:41:26 +0200 Subject: [PATCH] Align message container to the bottom --- client/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/css/style.css b/client/css/style.css index 6ab8c4d3..302b071b 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -862,6 +862,8 @@ kbd { will-change: transform, scroll-position; -webkit-overflow-scrolling: touch; position: absolute; + display: flex; + flex-direction: column; } #chat .channel .chat { @@ -914,6 +916,7 @@ kbd { #chat .messages { padding: 10px 0; touch-action: pan-y; + margin-top: auto; } #chat .msg {