diff options
Diffstat (limited to 'www/lib/ionic/scss/_bar.scss')
| -rw-r--r-- | www/lib/ionic/scss/_bar.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lib/ionic/scss/_bar.scss b/www/lib/ionic/scss/_bar.scss index ca9fdceb..a6147d89 100644 --- a/www/lib/ionic/scss/_bar.scss +++ b/www/lib/ionic/scss/_bar.scss @@ -123,6 +123,7 @@ // Title inside of a bar is centered .title { + display: block; position: absolute; top: 0; @@ -159,7 +160,7 @@ color: inherit; } - .button { + .button, button { z-index: $z-index-bar-button; padding: 0 $button-bar-button-padding; min-width: initial; @@ -401,4 +402,3 @@ .nav-bar-tabs-top .bar { background-image: none; } - |
