Missed change for z-index

This commit is contained in:
Stephan Hagedorn 2017-08-25 15:20:46 +02:00
parent d5c5da67ea
commit a8fabf373e

View file

@ -139,7 +139,7 @@
.hover_full_view_change {
@extend %full_viewport;
z-index: $z_top;
z-index: $z_heaven;
background-color: transparentize($darkest_color, .5);
transition: background-color .2s ease-in-out;
pointer-events: none;