mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 00:52:55 +01:00
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:
parent
78f0186866
commit
112061668f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user