MOBILE-2567 ux: Fix margin when keyboard is open
This commit is contained in:
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…
x
Reference in New Issue
Block a user