/* Source and licensing information for the line(s) below can be found at https://www.ekopolis.fr/modules/contrib/webform/css/webform.element.select2.css. */
/**
 * @file
 * Select2 element styles.
 */

/*
 * Make sure container is visible.
 * - Fixes Select2 not working with dialog or system tray.
 *   .ui-dialog z-index is 1260. @see core/themes/seven/css/components/dialog.css
 */
.select2-container--open {
  z-index: 1261;
}

/* Source and licensing information for the above line(s) can be found at https://www.ekopolis.fr/modules/contrib/webform/css/webform.element.select2.css. */