/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
  .el-dialog {
    z-index: 999;
  }
}

