body.boostmine-issue-new-modal-open {
  overflow: hidden !important;
}

body #boostmine-issue-new-modal.boostmine-issue-new-modal-open {
  height: 100vh !important;
  height: 100dvh !important;
  overflow: hidden !important;
}

body #boostmine-issue-new-modal .boostmine-issue-new-modal-dialog {
  display: flex !important;
  flex-direction: column !important;
  max-height: calc(100vh - 10vh) !important;
  max-height: calc(100dvh - 10dvh) !important;
  min-height: 0 !important;
}

body #boostmine-issue-new-modal h3 {
  flex: 0 0 auto !important;
  width: 100% !important;
}

body #boostmine-issue-new-modal .boostmine-issue-new-modal-content {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

body #boostmine-issue-new-modal #boostmine-extra-issue-fields .boostmine-extra-fields-content {
  margin: 0 -1px -1px !important;
  position: static !important;
  z-index: 1 !important;
}
