From 525d23e0e057caf884445f1a3f4d5037c12c26cf Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 20 Apr 2023 11:01:48 +1000 Subject: [PATCH] FIX: Revert "DEV: Add `overflow-x: hidden` to chat message containers (#21030)" (#21178) 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. --- plugins/chat/assets/stylesheets/common/base-common.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/chat/assets/stylesheets/common/base-common.scss b/plugins/chat/assets/stylesheets/common/base-common.scss index 9ee54d7156a..af91d41e948 100644 --- a/plugins/chat/assets/stylesheets/common/base-common.scss +++ b/plugins/chat/assets/stylesheets/common/base-common.scss @@ -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;