MOBILE-2567 ux: Fix margin when keyboard is open
parent
3c83a984fd
commit
41d5431fab
|
@ -886,9 +886,15 @@ ion-alert.core-inapp-notification {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body.keyboard-is-open core-ion-tabs .tabbar {
|
body.keyboard-is-open {
|
||||||
|
.scroll-content, .fixed-content {
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
core-ion-tabs .tabbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.item.item-radio, .item.item-checkbox {
|
.item.item-radio, .item.item-checkbox {
|
||||||
// Fix links and videos in ion-radio and ion-checkbox.
|
// Fix links and videos in ion-radio and ion-checkbox.
|
||||||
|
|
Loading…
Reference in New Issue