/**
 * Dialogs in CKEditor will have a z-index of 10001
 * @see CKEDITOR.config.baseFloatZIndex
 */
.select2-container--open {
  z-index: 10002;
}
