MOBILE-3039 core: Don't hide left tabs when keyboard is opened

main
Dani Palou 2019-05-22 12:55:34 +02:00
parent 7d90773578
commit cc6b44db5d
1 changed files with 1 additions and 1 deletions

View File

@ -1010,7 +1010,7 @@ body.keyboard-is-open {
}
}
core-ion-tabs .tabbar {
core-ion-tabs[tabsplacement="bottom"] .tabbar {
display: none;
}
}