mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:09:00 +08:00
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:
parent
6442bbf46c
commit
525d23e0e0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user