mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 09:23:58 +08:00
Fix sticky header tinymce [SCI-10953]
This commit is contained in:
parent
1265f29a9e
commit
35b2d215f7
1 changed files with 0 additions and 3 deletions
3
app/javascript/packs/tiny_mce.js
vendored
3
app/javascript/packs/tiny_mce.js
vendored
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue