fix(page): add page styles to nav

This commit is contained in:
Brandy Carney
2018-01-04 12:25:19 -05:00
parent f642ff472d
commit 3416e6f49a
2 changed files with 18 additions and 2 deletions

View File

@ -17,4 +17,20 @@ ion-nav {
height: 100%;
contain: layout size style;
}
}
.ion-page {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: $z-index-page-container;
width: 100%;
height: 100%;
contain: layout size style;
}

View File

@ -4,7 +4,6 @@ exports.config = {
generateWWW: false,
bundles: [
{ components: ['ion-animation-controller'] },
{ components: ['ion-page'] },
{ components: ['ion-app', 'ion-content', 'ion-scroll', 'ion-footer', 'ion-header', 'ion-navbar', 'ion-title', 'ion-toolbar'] },
{ components: ['ion-action-sheet', 'ion-action-sheet-controller'] },
{ components: ['ion-alert', 'ion-alert-controller'] },
@ -27,6 +26,7 @@ exports.config = {
{ components: ['ion-loading', 'ion-loading-controller'] },
{ components: ['ion-menu', 'ion-menu-controller'], priority: 'low' },
{ components: ['ion-modal', 'ion-modal-controller'] },
{ components: ['ion-page'] },
{ components: ['ion-popover', 'ion-popover-controller'] },
{ components: ['ion-radio', 'ion-radio-group'] },
{ components: ['ion-reorder', 'ion-reorder-group'] },