Fix tinymce toolbar is over everything in safari

This commit is contained in:
nathan 2023-12-19 15:31:30 -07:00
parent cc164807e7
commit 13b4d02560

View File

@ -4198,3 +4198,8 @@ button.shortcut-buttons-flatpickr-button {
.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;
}