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 {