.modal-component {
  position: fixed;
  z-index: 999;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
