MOBILE-3039 tabs: Fix hide tabbar on tablet

main
Pau Ferrer Ocaña 2019-05-28 10:14:36 +02:00
parent a7e391bd1e
commit 3e948fa2d9
1 changed files with 7 additions and 0 deletions

View File

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