Move background z-index to -1 (#4893)

This commit is contained in:
Jaco Greeff
2017-03-14 13:03:44 +01:00
committed by Gav Wood
parent 5031221369
commit e12bde8e5a

View File

@@ -51,7 +51,7 @@ $popoverZ: 3600;
left: 0;
right: 0;
opacity: 0.25;
z-index: 0;
z-index: -1;
}
.overlay {