[beta] Safari fixes (#4902)

* Add intitial max-width to sections

* Move background z-index to -1
This commit is contained in:
Jaco Greeff
2017-03-14 13:04:08 +01:00
committed by Gav Wood
parent 428342d69d
commit 2e428ddd58
2 changed files with 2 additions and 1 deletions

View File

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