docs(demos): change zindex on iOS statusbar to make it visible

This commit is contained in:
Drew Rygh
2015-11-16 17:15:11 -06:00
parent 45cc7e823a
commit d1a198c1b6

View File

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