fix tab-bar-top

This commit is contained in:
Adam Bradley
2015-06-18 13:33:35 -05:00
parent 0632156420
commit e32f2f72e3
3 changed files with 4 additions and 4 deletions

View File

@ -11,5 +11,5 @@ $flex-order-toolbar-top: -10 !default;
$flex-order-toolbar-bottom: 10 !default; $flex-order-toolbar-bottom: 10 !default;
$flex-order-tab-bar-top: 30 !default; $flex-order-tab-bar-top: -30 !default;
$flex-order-tab-bar-bottom: 50 !default; $flex-order-tab-bar-bottom: 30 !default;

View File

@ -79,6 +79,7 @@ ion-pane {
.content-container { .content-container {
position: relative; position: relative;
flex: 1; flex: 1;
order: $flex-order-view-content;
} }
ion-toolbar { ion-toolbar {
@ -91,7 +92,6 @@ ion-content {
position: relative; position: relative;
display: block; display: block;
flex: 1; flex: 1;
order: $flex-order-view-content;
} }
.scroll-content { .scroll-content {

View File

@ -1,5 +1,5 @@
<ion-tabs placement="top"> <ion-tabs tab-bar-placement="top">
<ion-tab tab-title="Tab 1"> <ion-tab tab-title="Tab 1">
<ion-view nav-title="Tab 1"> <ion-view nav-title="Tab 1">