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