Fix VFS select dialog opens under tinymce image select dialog

This commit is contained in:
nathan 2022-12-19 13:43:35 -07:00
parent 0ad1934afc
commit 10e54a8f9d

View File

@ -4104,5 +4104,5 @@ button.shortcut-buttons-flatpickr-button {
/* Let Vfs file select dialog be over tinymce dialog */ /* Let Vfs file select dialog be over tinymce dialog */
.tox-tinymce-aux { .tox-tinymce-aux {
z-index: 790; z-index: 790 !important;
} }