MOBILE-3833 collapsible: Collapse footer when keyboard is open
parent
602331d2c6
commit
aa4f1cdee1
|
@ -1471,8 +1471,13 @@ ion-grid.core-no-grid > ion-row {
|
|||
&.footer-expanded {
|
||||
--core-collapsible-footer-height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.keyboard-is-open ion-content {
|
||||
--core-collapsible-footer-height: 0px !important;
|
||||
[collapsible-footer] {
|
||||
height: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue