Fix user list scroll area expanding behind the message input on mobile

This commit is contained in:
Jérémie Astori 2018-04-16 23:55:22 +02:00
parent 31646f2a28
commit 0661b4aa37
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -979,6 +979,7 @@ kbd {
display: flex;
flex-grow: 1;
overflow: hidden;
position: relative;
}
#chat .chat {