Fix sticky header tinymce [SCI-10953]

This commit is contained in:
Anton 2024-08-02 10:55:16 +02:00
parent 1265f29a9e
commit 35b2d215f7

View file

@ -326,9 +326,6 @@ window.TinyMCE = (() => {
// Remove transition class
$('.tox-editor-header').removeClass('tox-editor-dock-fadeout');
// Fixes the overflowing vertical controls bar for inserted text
$('.tox-editor-header').css('display', 'contents');
// Init image toolbar
initCssOverrides(editor);