Fix z-index on group calling overflow scroll buttons

Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2022-02-17 09:51:43 -08:00 committed by GitHub
parent 37d4776472
commit 4769f73b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;