MOBILE-3422 tabs: Fix grey bar on iOS when tabs are hidden
parent
22d8bd41bc
commit
570b3c05a2
|
@ -44,7 +44,7 @@ ion-app.app-root core-ion-tabs {
|
|||
}
|
||||
}
|
||||
|
||||
.tabbar[hidden] + .tabcontent {
|
||||
.tabbar[hidden] + .tabcontent, &.tabbar-hidden .tabcontent {
|
||||
width: 100%;
|
||||
core-ion-tab {
|
||||
@include position(0, 0, 0, 0);
|
||||
|
|
Loading…
Reference in New Issue