diff --git a/src/components/left/NewChatButton.scss b/src/components/left/NewChatButton.scss index dadc3b5ef..ce44c37c8 100644 --- a/src/components/left/NewChatButton.scss +++ b/src/components/left/NewChatButton.scss @@ -19,6 +19,12 @@ &.revealed { transform: translateY(0); + + @media (max-width: 600px) { + // Force rendering in the composite layer to fix the z-index rendering issue + transform: translate3d(0,0,10px); + transform-style: preserve-3d; + } } &.menu-is-open {