Merge pull request #2364 from thelounge/astorije/fix-userlist-bottom

Fix user list scroll area expanding behind the message input on mobile
This commit is contained in:
Pavel Djundik 2018-04-18 10:17:51 +03:00 committed by GitHub
commit b381c9161d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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