Missed change for z-index
This commit is contained in:
parent
d5c5da67ea
commit
a8fabf373e
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
||||||
|
|
||||||
.hover_full_view_change {
|
.hover_full_view_change {
|
||||||
@extend %full_viewport;
|
@extend %full_viewport;
|
||||||
z-index: $z_top;
|
z-index: $z_heaven;
|
||||||
background-color: transparentize($darkest_color, .5);
|
background-color: transparentize($darkest_color, .5);
|
||||||
transition: background-color .2s ease-in-out;
|
transition: background-color .2s ease-in-out;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue