.modal-dialog {
  width: 90%;
  height: 90%;
}

.modal-content {
  height: auto;
  min-height: 100%;
  max-height: 100%;
  border-radius: 0;
  overflow: scroll;
}