MOBILE-3422 tabs: Fix grey bar on iOS when tabs are hidden

main
Dani Palou 2020-05-12 13:54:14 +02:00
parent 22d8bd41bc
commit 570b3c05a2
1 changed files with 1 additions and 1 deletions

View File

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