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

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;