mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
12 lines
192 B
SCSS
12 lines
192 B
SCSS
@import "../../themes/ionic.globals";
|
|
|
|
:host {
|
|
@include position(0, 0, 0, 0);
|
|
|
|
position: absolute;
|
|
|
|
contain: layout size style;
|
|
overflow: hidden;
|
|
z-index: $z-index-page-container;
|
|
}
|