From 13b4d02560659d243f10c66f2707be64f8879ba1 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 19 Dec 2023 15:31:30 -0700 Subject: [PATCH] Fix tinymce toolbar is over everything in safari --- api/templates/default/etemplate2.css | 5 +++++ 1 file changed, 5 insertions(+) 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