.myEditorChs {
  overflow: hidden;
}
.myEditorChs .w-e-text-container {
  min-height: 300px !important;
}
.myEditorCht {
  overflow: hidden;
}
.myEditorCht .w-e-text-container {
  min-height: 300px !important;
}
.myEditorEn {
  overflow: hidden;
}
.myEditorEn .w-e-text-container {
  min-height: 300px !important;
}
.w-e-toolbar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-lines: multiple;
}
.w-e-toolbar .w-e-menu:hover {
  z-index: 10002 !important;
}
.w-e-menu a {
  text-decoration: none;
}
.fullscreen-editor {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important;
  background-color: #fff;
  z-index: 9999;
}
.fullscreen-editor .w-e-text-container {
  width: 100% !important;
  height: 95% !important;
}

