MOBILE-2567 ux: Fix margin when keyboard is open
parent
3c83a984fd
commit
41d5431fab
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue