.WorkflowDesignerDialogChild,
.WorkflowDesignerDialog,
.modal {
  height: min-content;
}
.content.scrolling > .ui.form {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(70vh - 180px);
  padding-right: 10px !important;
}
.WorkflowDesignerDialogautoComplete {
  position: absolute;
  z-index: 9999999;
  border: 1px solid #bebebe;
  border-top: none;
  max-height: 350px;
  overflow-y: scroll;
}

.WorkflowDesignerDialogautoComplete .autocomplete-suggestion {
  background: #ffffff;
  padding: 5px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.WorkflowDesignerDialogautoComplete .autocomplete-suggestion:hover {
  background: #d4d4d5;
}

input[autocomplete] {
  border: 1px solid #bebebe !important;
}
.ui.modal{
  overflow:inherit;
}
.ui.modal>.actions {
  position: absolute;
  bottom: -59px;
  width: 100%;
  box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2), 1px 3px 15px 2px rgba(0,0,0,.2);
}