From b2ebf9330ed213a91d39bf0afa301df073a6d78f Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Mon, 2 Nov 2015 23:20:01 -0600 Subject: [PATCH] docs(demos): allow overflow on ion-app for md statusbar --- demos/component-docs/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demos/component-docs/app.scss b/demos/component-docs/app.scss index e3146363c5..40aebd1efc 100644 --- a/demos/component-docs/app.scss +++ b/demos/component-docs/app.scss @@ -16,6 +16,10 @@ body, body:hover, body a, body button, body media-switch { cursor: url('http://ionicframework.com/img/finger.png'), auto; } +body ion-app { + overflow: visible; +} + body.has-scrollbar scroll-content { margin-right: -15px; }