You are here

select2.css in Select2 ALL THE THINGS! 8

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

File

css/select2.css
View source
  1. .select2-container--open {
  2. /** Dialogs in CKEditor will have a z-index of 10001 */
  3. /* @see CKEDITOR.config.baseFloatZIndex */
  4. z-index: 10002;
  5. }