v11: Fix for TinyMCE dropdowns (#13417)
* Set higher z-index for TinyMCE overlays as they were set below that of our property editor overlays Fixes #13414 * replace !important with more specificity
This commit is contained in:
@@ -140,6 +140,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.tox {
|
||||
&.tox-tinymce-aux {
|
||||
z-index: 65535;
|
||||
}
|
||||
}
|
||||
|
||||
.tox-tinymce-inline {
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user