From 811f2f66c974eceb8bcad65dec46176e9aa3a9b3 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Wed, 16 Feb 2022 12:47:19 -0600 Subject: [PATCH] Fix z-index on group calling overflow scroll buttons --- stylesheets/_modules.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 855d2109c..1603cede0 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -4086,7 +4086,7 @@ button.module-image__border-overlay:focus { position: absolute; transition: opacity 200ms ease-out; width: 100%; - z-index: $z-index-base; + z-index: $z-index-above-above-base; &--hidden { opacity: 0;