From 9e8622dc1c591c72f053509af268bb5351d73dec Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 12 Mar 2019 09:07:49 +0100 Subject: [PATCH] [9.0.05.dev.b] TinyMCE Sticky toolbar ok --- core/core.php | 2 +- core/vendor/tinymce/init.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 1ab904ee..e73549c8 100644 --- a/core/core.php +++ b/core/core.php @@ -30,7 +30,7 @@ class common { // Désactive l'update auto // const ZWII_VERSION = '9.0.00-dev27'; // Numéro de version stable - const ZWII_VERSION = '9.0.05-dev.a'; + const ZWII_VERSION = '9.0.05-dev.b'; public static $actions = []; diff --git a/core/vendor/tinymce/init.js b/core/vendor/tinymce/init.js index 996c4f93..ba757382 100755 --- a/core/vendor/tinymce/init.js +++ b/core/vendor/tinymce/init.js @@ -185,6 +185,7 @@ tinymce.PluginManager.add('stickytoolbar', function(editor, url) { }); toolbars.css({ + top:0, position: 'relative', width: 'auto', borderBottom: 'none'