mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
25 lines
330 B
SCSS
25 lines
330 B
SCSS
@import "../../themes/ionic.globals";
|
|
|
|
:host {
|
|
@include position(0, 0, 0, 0);
|
|
|
|
display: flex;
|
|
position: absolute;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
contain: layout size style;
|
|
z-index: $z-index-page-container;
|
|
}
|
|
|
|
.tabs-inner {
|
|
position: relative;
|
|
|
|
flex: 1;
|
|
|
|
contain: layout size style;
|
|
}
|