Fix z-index on group calling overflow scroll buttons
This commit is contained in:
parent
aad371525a
commit
811f2f66c9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue