Skip to content

Commit

Permalink
Fix z-index on group calling overflow scroll buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Feb 16, 2022
1 parent aad3715 commit 811f2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/_modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 811f2f6

Please sign in to comment.