TinyMCE: set the image toolbar's z-index higher than the editor when the new DFW is active. See #30147.

git-svn-id: https://develop.svn.wordpress.org/trunk@30339 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-11-13 23:28:28 +00:00
parent 78f0186866
commit 112061668f

View File

@ -171,6 +171,7 @@ div.mce-inline-toolbar-grp {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 10001; /* Above the DFW v.2 editor */
}
div.mce-wp-image-toolbar > div.mce-stack-layout {