FIX: Revert "DEV: Add overflow-x: hidden to chat message containers (#21030)" (#21178)

This reverts commit 768851920e.

This was causing issues with the local date popup, cutting off
the top of it, there is no way to overrule an overflow:hidden
on the parent. Not z-index related.
This commit is contained in:
Martin Brennan 2023-04-20 11:01:48 +10:00 committed by GitHub
parent 6442bbf46c
commit 525d23e0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,6 @@ $float-height: 530px;
display: grid;
will-change: transform;
transform: translateZ(0);
overflow-x: hidden;
&.selecting-messages {
grid-template-columns: 1.5em 1fr;