Always hide horizontal overflow in chat
This commit is contained in:
parent
5aa9d7e1dc
commit
653b46e2f4
@ -1041,6 +1041,7 @@ kbd {
|
|||||||
|
|
||||||
#chat .chat {
|
#chat .chat {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user