mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add overflow-x: hidden to chat message containers (#21030)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user