mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:58 +01:00
Fix tinymce toolbar is over everything in safari
This commit is contained in:
parent
477af60705
commit
c6c5862dc8
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user