
.reorderDialog {
  .el-dialog {
    margin-top: 5vh !important;
    max-height: 90vh;
  }
  .el-dialog__body {
    overflow: auto;
  }
}
