Let VFS select dialog open over tinymce insert image dialog

Second try with my z-index...
This commit is contained in:
nathan 2022-12-16 14:09:02 -07:00
parent ac97af35cb
commit b1ea91b22c

View File

@ -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;
}