docs(demos): allow overflow on ion-app for md statusbar

This commit is contained in:
Drew Rygh
2015-11-02 23:20:01 -06:00
parent 00571a860a
commit b2ebf9330e

View File

@ -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;
} }