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:
Jacob Overgaard
2022-11-16 11:48:18 +01:00
committed by GitHub
parent 7af8a407d3
commit f2de42f38e

View File

@@ -140,6 +140,12 @@
}
}
.tox {
&.tox-tinymce-aux {
z-index: 65535;
}
}
.tox-tinymce-inline {
z-index: 999;
}