MOBILE-3833 collapsible: Collapse footer when keyboard is open

main
Pau Ferrer Ocaña 2022-03-25 14:48:56 +01:00
parent 602331d2c6
commit aa4f1cdee1
1 changed files with 6 additions and 1 deletions

View File

@ -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;
}
}