MOBILE-2567 ux: Fix margin when keyboard is open

main
Pau Ferrer Ocaña 2018-08-29 15:44:19 +02:00
parent 3c83a984fd
commit 41d5431fab
1 changed files with 8 additions and 2 deletions

View File

@ -886,8 +886,14 @@ ion-alert.core-inapp-notification {
}
}
body.keyboard-is-open core-ion-tabs .tabbar {
display: none;
body.keyboard-is-open {
.scroll-content, .fixed-content {
margin-bottom: 0 !important;
}
core-ion-tabs .tabbar {
display: none;
}
}
.item.item-radio, .item.item-checkbox {