From 4769f73b6a7e4b88ffaec601d521ea4aabd5c082 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Thu, 17 Feb 2022 09:51:43 -0800 Subject: [PATCH] Fix z-index on group calling overflow scroll buttons Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> --- 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;