Files
ionic-framework/core/src/components/tabs/tabs.scss
2018-03-22 17:15:24 +01:00

27 lines
335 B
SCSS

@import "../../themes/ionic.globals";
ion-tabs {
@include position(0, 0, 0, 0);
position: absolute;
z-index: $z-index-page-container;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
contain: layout size style;
}
.tabs-inner {
position: relative;
flex: 1;
contain: layout size style;
}