[9.0.0.5.devb] TinyMCE sticky tool before admin bar

This commit is contained in:
fredtempez 2019-03-12 09:11:39 +01:00
parent 1a4b7ae3de
commit 7d3ea91872
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ tinymce.PluginManager.add('stickytoolbar', function(editor, url) {
});
} else {
toolbars.css({
top: 0,
top: 45,
bottom: 'auto',
position: 'fixed',
width: $(container).width(),