Update init.js

This commit is contained in:
Fred 2019-03-11 20:44:05 +01:00 committed by GitHub
parent 2dbcf82344
commit 23daaea5ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
});
});