diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 1a883069ad..a254aabc76 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -4197,4 +4197,9 @@ button.shortcut-buttons-flatpickr-button { /* Let Vfs file select dialog be over tinymce dialog */ .tox-tinymce-aux { z-index: 790 !important; +} + +/* Fix tinemce toolbar z-index is way higher (safari only) */ +.tox .tox-editor-container .tox-editor-header { + z-index: auto; } \ No newline at end of file