[9.0.0.5.devb] TinyMCE sticky tool before admin bar
This commit is contained in:
parent
1a4b7ae3de
commit
7d3ea91872
2
core/vendor/tinymce/init.js
vendored
2
core/vendor/tinymce/init.js
vendored
@ -172,7 +172,7 @@ tinymce.PluginManager.add('stickytoolbar', function(editor, url) {
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
toolbars.css({
|
toolbars.css({
|
||||||
top: 0,
|
top: 45,
|
||||||
bottom: 'auto',
|
bottom: 'auto',
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
width: $(container).width(),
|
width: $(container).width(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user