DEV: Add `overflow-x: hidden` to chat message containers (#21030)
This commit is contained in:
parent
a6cba32e57
commit
768851920e
|
@ -152,6 +152,7 @@ $float-height: 530px;
|
|||
display: grid;
|
||||
will-change: transform;
|
||||
transform: translateZ(0);
|
||||
overflow-x: hidden;
|
||||
|
||||
&.selecting-messages {
|
||||
grid-template-columns: 1.5em 1fr;
|
||||
|
|
Loading…
Reference in New Issue