Hide footer when keyboard appear

Try to do this:

.keyboard-open .tabs{
  display:none;
  }
.keyboard-open .has-tabs{
 bottom:0;
 }
11 Likes