From 23daaea5ce16d2d0b55f91065ae6ac3a2027e92c Mon Sep 17 00:00:00 2001 From: Fred <23246457+fredtempez@users.noreply.github.com> Date: Mon, 11 Mar 2019 20:44:05 +0100 Subject: [PATCH] Update init.js --- core/vendor/tinymce/init.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/vendor/tinymce/init.js b/core/vendor/tinymce/init.js index 996c4f93..96f27dc8 100755 --- a/core/vendor/tinymce/init.js +++ b/core/vendor/tinymce/init.js @@ -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; } - }); \ No newline at end of file + });