使用Link功能时,插入链接的小弹窗居然无法浮在上面。
https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/css.html
:root {
--ck-z-default: 100;
--ck-z-modal: calc( var(--ck-z-default) + 999 );
}
$( '#modal-container' ).modal( {
focus: false
} );
这样即可