.keyboard-open .hide-on-keyboard-open {
  display: none;
}

.keyboard-open .tabs.hide-on-keyboard-open + .pane .has-tabs,
.keyboard-open .bar-footer.hide-on-keyboard-open + .pane .has-footer {
  bottom: 0;
}

.click-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: $z-index-click-block;
  width: 100%;
  height: 100%;
  opacity: 0;
  @include translate3d(0, 0, 0);
}

.click-block-hide {
  @include translate3d(-9999px, 0, 0);
}