diff --git a/client/css/style.css b/client/css/style.css index ee685587..510cd6d3 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -869,6 +869,8 @@ kbd { will-change: transform, scroll-position; -webkit-overflow-scrolling: touch; position: absolute; + display: flex; + flex-direction: column; } #chat .channel .chat { @@ -921,6 +923,7 @@ kbd { #chat .messages { padding: 10px 0; touch-action: pan-y; + margin-top: auto; } #chat .msg {