diff --git a/css/media.css b/css/media.css index 38e2e158ca9967be38ff3bf76d564c9778047d24..ff354c65d50360b0384fa829061fecf7d5ad5181 100644 --- a/css/media.css +++ b/css/media.css @@ -19,6 +19,12 @@ display: none; } +/* Workaround for Modal dialog underneith the Ctools modal dialog with jQuery 1.10. + @TODO Remove this if ever ctools issue #1397370 ever gets fixed. */ +.ui-front { + z-index: 10001 !important; +} + #media-browser-tabset .ui-widget-header { background: none; }