docs(demos): fix iOS statusbar z-index

Closes #631
This commit is contained in:
Drew Rygh
2015-11-24 10:08:09 -06:00
parent 7db1deddf7
commit 06d7caf427

View File

@@ -143,5 +143,5 @@ body.ios img#ios-only {
top: 0px;
width: 100%;
height: auto;
z-index: 9999;
z-index: 999;
}