Files
2018-11-14 13:22:31 +01:00

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;
}