mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
This reverts commit 768851920e94d1bef7811ffec0977fcf2a30f05e. 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…
x
Reference in New Issue
Block a user