mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Fix tinymce toolbar is over everything in safari
This commit is contained in:
parent
cc164807e7
commit
13b4d02560
@ -4197,4 +4197,9 @@ 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 !important;
|
z-index: 790 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Fix tinemce toolbar z-index is way higher (safari only) */
|
||||||
|
.tox .tox-editor-container .tox-editor-header {
|
||||||
|
z-index: auto;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user