#modal-root {
    position: absolute;
    z-index: 999;
    background: red;
    width: 50px;
    height: 30px;
    top: 0px;
    left: 200px;
  }