mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
docs(demos): fix iOS statusbar position
This commit is contained in:
@ -140,8 +140,12 @@ body.ios img#ios-only {
|
||||
position: absolute;
|
||||
background-color: #F8F8F8;
|
||||
padding: 5px 0;
|
||||
top: 0px;
|
||||
top: -20px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
body.ios {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user