DEV: Add `overflow-x: hidden` to chat message containers (#21030)

This commit is contained in:
Jan Cernik 2023-04-08 13:37:13 -03:00 committed by GitHub
parent a6cba32e57
commit 768851920e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;