body.modal-open {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.modal-open .modal {
  -webkit-overflow-scrolling: touch;
}