MOBILE-3068 styles: Remove bottom padding when keyboard is open

main
Albert Gasset 2019-08-08 13:01:02 +02:00
parent 9ea37af4c9
commit aff8136179
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ ion-app.app-root core-ion-tabs {
&[tabsplacement="bottom"] {
.ion-page > ion-content > .scroll-content {
margin-bottom: $navbar-md-height !important;
margin-bottom: $navbar-md-height;
}
}