mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Fix TinyMCE sticky header in protocol templates [SCI-9467]
This commit is contained in:
parent
5265312125
commit
29147e8bc4
1 changed files with 1 additions and 1 deletions
2
app/javascript/packs/tiny_mce.js
vendored
2
app/javascript/packs/tiny_mce.js
vendored
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue