Skip to content
Snippets Groups Projects
Unverified Commit ae1d24ae authored by Matt Glaman's avatar Matt Glaman Committed by GitHub
Browse files

WIDEN-227 Fix AJAX throbber z-index in media library (#94)

parent e691aabb
No related branches found
No related tags found
No related merge requests found
......@@ -106,3 +106,9 @@ th.views-field-acquia-dam-media-library-select-form {
th.views-field-thumbnail {
width: 125px;
}
/* CKEditor launches dialogs with CKEDITOR.config.baseFloatZIndex + 1, which is 1E4. */
.ajax-progress--fullscreen,
.ui-dialog .ajax-progress--throbber {
z-index: 20000 !important;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment