.editor-multi-select-props .editor-select-selection-overflow {
  flex-wrap: nowrap !important;
  overflow: auto;
}
.editor-multi-select-props .editor-select-selection-overflow::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.editor-multi-select-props .editor-select-selection-overflow::-webkit-scrollbar-thumb {
  display: none;
}
.editor-multi-select-props .editor-select-selection-overflow::-webkit-scrollbar-track,
.editor-multi-select-props .editor-select-selection-overflow::-webkit-scrollbar,
.editor-multi-select-props .editor-select-selection-overflow::-webkit-scrollbar-corner {
  display: none;
}
.editor-multi-select-props .editor-select-selection-overflow::-webkit-scrollbar-track {
  display: none;
}
.editor-multi-select-props .editor-select-selection-overflow .editor-select-selection-overflow-item {
  overflow: hidden;
}
