Fix TinyMCE sticky header in protocol templates [SCI-9467]

This commit is contained in:
Martin Artnik 2023-10-06 13:41:04 +02:00
parent 5265312125
commit 29147e8bc4

View file

@ -197,7 +197,7 @@ window.TinyMCE = (() => {
editorToolbaroffset = 0;
$.each($('.sticky-header-element'), (_index, element) => {
$.each($('.sticky-header-element, .sticky-header'), (_index, element) => {
editorToolbaroffset += $(element).outerHeight();
});