From 112061668f12b90361fe8ea0347b3a3aca92174c Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 13 Nov 2014 23:28:28 +0000 Subject: [PATCH] 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 --- src/wp-includes/css/editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index 15ff729d16..e81c10acbe 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -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 {