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

本文标签: