mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 23:24:34 +00:00
Allow wp_enqueue_media() to "just work" in a customizer control.
props westonruter. fixes #25618. git-svn-id: https://develop.svn.wordpress.org/trunk@26589 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -98,6 +98,10 @@
|
||||
z-index: 160000;
|
||||
}
|
||||
|
||||
.wp-customizer .media-modal {
|
||||
z-index: 560000;
|
||||
}
|
||||
|
||||
.media-modal-backdrop {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@@ -110,6 +114,10 @@
|
||||
z-index: 159900;
|
||||
}
|
||||
|
||||
.wp-customizer .media-modal-backdrop {
|
||||
z-index: 559900;
|
||||
}
|
||||
|
||||
.media-modal-close {
|
||||
position: absolute;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user