From a66c9f167b93d4feb15af532e9834b78c6ac3afa Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 23 Jun 2022 16:18:02 -0400 Subject: [PATCH] Fix emoji picker popup z-index --- stylesheets/_modules.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index d6a2a24237..77329de93f 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -6780,7 +6780,7 @@ button.module-image__border-overlay:focus { padding: 0; margin-bottom: 6px; border-radius: 8px; - z-index: $z-index-above-base; + z-index: $z-index-popup; overflow: hidden; &--scroller {