Skip to content
Snippets Groups Projects
Commit deece0bc authored by Dave Reid's avatar Dave Reid Committed by Sven Decabooter
Browse files

Issue #3382644 by dave reid, danrod, adam-delaney: iframe z-index of 101 is...

Issue #3382644 by dave reid, danrod, adam-delaney: iframe z-index of 101 is lower than contextual link z-index at 500
parent 316b3531
Branches
Tags
1 merge request!11Set zindex on div[aria-describedby=drupal-lbim-modal] to ensure the modal is placed above contextual links on blocks
Pipeline #440525 passed
......@@ -3,6 +3,13 @@
padding: 0;
}
/**
* Set z-index for the ui-dialog modal to be above contextual links.
*/
div.ui-dialog[aria-describedby="drupal-lbim-modal"] {
z-index: 501;
}
.lbim-dialog {
width: 100%;
height: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment