docs(demos): fix iOS statusbar position

This commit is contained in:
Drew Rygh
2015-12-14 12:35:49 -06:00
parent 69d5ab11b7
commit d55d70c36f

View File

@ -140,8 +140,12 @@ body.ios img#ios-only {
position: absolute; position: absolute;
background-color: #F8F8F8; background-color: #F8F8F8;
padding: 5px 0; padding: 5px 0;
top: 0px; top: -20px;
width: 100%; width: 100%;
height: auto; height: auto;
z-index: 999; z-index: 999;
} }
body.ios {
margin-top: 20px;
}