Fix z-index on group calling overflow scroll buttons
This commit is contained in:
@@ -4086,7 +4086,7 @@ button.module-image__border-overlay:focus {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
transition: opacity 200ms ease-out;
|
transition: opacity 200ms ease-out;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: $z-index-base;
|
z-index: $z-index-above-above-base;
|
||||||
|
|
||||||
&--hidden {
|
&--hidden {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
Reference in New Issue
Block a user