TinyMCE: set the image toolbar's z-index to be the same as the other TinyMCE panels, or it is under the editor when in fullscreen mode. See #30147.

git-svn-id: https://develop.svn.wordpress.org/trunk@30509 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-11-22 02:42:30 +00:00
parent 577e78f7c0
commit 1e9ffd6988

View File

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