From b1ea91b22c937ea8fceecb5c081718a3f6a48c79 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 16 Dec 2022 14:09:02 -0700 Subject: [PATCH] Let VFS select dialog open over tinymce insert image dialog Second try with my z-index... --- api/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index b38b163fc9..9a564bc9de 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -4104,5 +4104,5 @@ button.shortcut-buttons-flatpickr-button { /* Let Vfs file select dialog be over tinymce dialog */ .tox-tinymce-aux { - z-index: ; + z-index: 790; } \ No newline at end of file