admin管理员组文章数量:1129617
I have CKEditor
as a child component of MyNote
.
When I scroll to the bottom of my page, the autocomplete list inside ckeditor is still visible (overflowing out of CKEditor
and MyNote
component) although the current cursor position, below which list was opened, is hidden due to scroll.
<MyNote style={{ height: '620px', overflowY: 'auto' }}>
{/* no scroll inside ckeditor */}
<CKEditor />
< /MyNote>
(.png) [image showing where the dropdown list was triggered (by '#') to get visible]
(.png) [image where the list is shown overflowing]
This issue on scroll is not experienced in here, .html
本文标签:
版权声明:本文标题:css - CKEDITOR > Autocomplete dropdown list flows out of the parent div of <CKEditor > component on it scro 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736748259a1950896.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论