Merge pull request #2177 from thelounge/xpaw/no-horizontal-scroll

Always hide horizontal overflow in chat
This commit is contained in:
Pavel Djundik 2018-03-09 10:09:46 +02:00 committed by GitHub
commit d66d5dc144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1041,6 +1041,7 @@ kbd {
#chat .chat {
overflow: auto;
overflow-x: hidden;
display: flex;
flex-grow: 1;
flex-direction: column;