Skip to content

Commit ec68d93

Browse files
authored
DOC-2471: Update inline-demo to support toolbar_sticky_offset, to correct visual issue. (#3374)
1 parent 4ab0ab7 commit ec68d93

File tree

1 file changed

+4
-0
lines changed
  • modules/ROOT/examples/live-demos/inline

1 file changed

+4
-0
lines changed

modules/ROOT/examples/live-demos/inline/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ const emailHeaderConfig = {
22
selector: '.tinymce-heading',
33
menubar: false,
44
inline: true,
5+
toolbar_sticky: true,
6+
toolbar_sticky_offset: 110,
57
plugins: [
68
'lists',
79
'powerpaste',
@@ -20,6 +22,8 @@ const emailBodyConfig = {
2022
selector: '.tinymce-body',
2123
menubar: false,
2224
inline: true,
25+
toolbar_sticky: true,
26+
toolbar_sticky_offset: 110,
2327
plugins: [
2428
'link', 'lists', 'powerpaste',
2529
'autolink', 'tinymcespellchecker'

0 commit comments

Comments
 (0)