Ck-editor 我添加了带有 div contenteditable="true" 的 ck-editor,当我滚动页面时它向上浮动,down.how 将其固定在 div 的顶部

Ck-editor i had added ck-editor with div contenteditable="true" when i scroll the page it is floting up and down.how to fix it on the top of div

如何修复ck-editor在content editable="true" div的顶部以及修复ck的宽度editor.ck-editor在div.

提前致谢。

只需在 ckeditor.js [ case "bottom":f("absolute","top" ] 中搜索并将函数的第三个参数替换为 [ b.y- n-o ] 完成了。