diff --git a/src/components/ion-tabs/ion-tabs.scss b/src/components/ion-tabs/ion-tabs.scss index 48c459042..fabba1828 100644 --- a/src/components/ion-tabs/ion-tabs.scss +++ b/src/components/ion-tabs/ion-tabs.scss @@ -37,6 +37,13 @@ ion-app.app-root core-ion-tabs { } } + .tabbar[hidden] + .tabcontent { + width: 100%; + core-ion-tab { + @include position(0, 0, 0, 0); + } + } + .tabcontent { width: calc(100% - #{($core-sidetab-size)}); position: absolute;