[9.0.05.dev.b] TinyMCE Sticky toolbar ok

This commit is contained in:
fredtempez 2019-03-12 09:07:49 +01:00
parent 2dbcf82344
commit 9e8622dc1c
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class common {
// Désactive l'update auto // Désactive l'update auto
// const ZWII_VERSION = '9.0.00-dev27'; // const ZWII_VERSION = '9.0.00-dev27';
// Numéro de version stable // Numéro de version stable
const ZWII_VERSION = '9.0.05-dev.a'; const ZWII_VERSION = '9.0.05-dev.b';
public static $actions = []; public static $actions = [];

View File

@ -185,6 +185,7 @@ tinymce.PluginManager.add('stickytoolbar', function(editor, url) {
}); });
toolbars.css({ toolbars.css({
top:0,
position: 'relative', position: 'relative',
width: 'auto', width: 'auto',
borderBottom: 'none' borderBottom: 'none'