forked from ZwiiCMS-Team/ZwiiCMS
Update init.js
This commit is contained in:
parent
2dbcf82344
commit
23daaea5ce
4
core/vendor/tinymce/init.js
vendored
4
core/vendor/tinymce/init.js
vendored
@ -172,7 +172,7 @@ tinymce.PluginManager.add('stickytoolbar', function(editor, url) {
|
||||
});
|
||||
} else {
|
||||
toolbars.css({
|
||||
top: 45,
|
||||
top: 0,
|
||||
bottom: 'auto',
|
||||
position: 'fixed',
|
||||
width: $(container).width(),
|
||||
@ -218,4 +218,4 @@ tinymce.PluginManager.add('stickytoolbar', function(editor, url) {
|
||||
|
||||
return false;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user