Fix z-index on group calling overflow scroll buttons

This commit is contained in:
Evan Hahn 2022-02-16 12:47:19 -06:00 committed by GitHub
parent aad371525a
commit 811f2f66c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;