fix blocking div z-index to 102. because header z-index:103

pull/1960/head^2
Alper Ebicoglu 6 years ago
parent e76c92df4e
commit e0e6419448

@ -14,7 +14,7 @@
left: 0;
width: 100%;
height: 100%;
z-index: 999999999;
z-index: 102;
background-color: #fff;
opacity: .8;
transition: opacity .25s;

Loading…
Cancel
Save