Align message container to the bottom

This commit is contained in:
Pavel Djundik 2017-12-01 12:41:26 +02:00
parent 9d87ce5d7a
commit 11568d7405

View file

@ -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 {