MOBILE-3039 tabs: Fix hide tabbar on tablet
parent
a7e391bd1e
commit
3e948fa2d9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue