[9.0.05.dev.b] TinyMCE Sticky toolbar ok
This commit is contained in:
parent
2dbcf82344
commit
9e8622dc1c
@ -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 = [];
|
||||
|
1
core/vendor/tinymce/init.js
vendored
1
core/vendor/tinymce/init.js
vendored
@ -185,6 +185,7 @@ tinymce.PluginManager.add('stickytoolbar', function(editor, url) {
|
||||
});
|
||||
|
||||
toolbars.css({
|
||||
top:0,
|
||||
position: 'relative',
|
||||
width: 'auto',
|
||||
borderBottom: 'none'
|
||||
|
Loading…
Reference in New Issue
Block a user