You are here

contextual-zindex-fix-1102156.css in Quick Edit 7

/**
 * This is a work-around for this Drupal 7 core bug: https://drupal.org/node/1102156.
 * @todo Remove this once https://drupal.org/node/1102156 is committed.
 */
div.contextual-links-wrapper.contextual-links-processed {
  z-index: 450;
}

File

css/contextual-zindex-fix-1102156.css
View source
  1. /**
  2. * This is a work-around for this Drupal 7 core bug: https://drupal.org/node/1102156.
  3. * @todo Remove this once https://drupal.org/node/1102156 is committed.
  4. */
  5. div.contextual-links-wrapper.contextual-links-processed {
  6. z-index: 450;
  7. }