mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
docs(demos): allow overflow on ion-app for md statusbar
This commit is contained in:
@ -16,6 +16,10 @@ body, body:hover, body a, body button, body media-switch {
|
|||||||
cursor: url('http://ionicframework.com/img/finger.png'), auto;
|
cursor: url('http://ionicframework.com/img/finger.png'), auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body ion-app {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
body.has-scrollbar scroll-content {
|
body.has-scrollbar scroll-content {
|
||||||
margin-right: -15px;
|
margin-right: -15px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user