From 1e9ffd698827c2862f4480ebd50448de60bbe261 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 22 Nov 2014 02:42:30 +0000 Subject: [PATCH] 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 --- src/wp-includes/css/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index a6921f7673..fe4a458782 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -171,7 +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 */ + z-index: 100100; /* Same as the other TinyMCE "panels" */ } div.mce-wp-image-toolbar > div.mce-stack-layout {