mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
Always hide horizontal overflow in chat
This commit is contained in:
parent
5aa9d7e1dc
commit
653b46e2f4
1 changed files with 1 additions and 0 deletions
|
@ -1041,6 +1041,7 @@ kbd {
|
|||
|
||||
#chat .chat {
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in a new issue