I have two rich text editors one above the other.
If I click the add table button on the upper editor, the popup that allows you to select the number of rows / columns goes underneath the toolbar on the lower editor cutting off the "Insert Table" button.
The Add link and alignment popups both go over the top of the toolbar, despite having lower z-indexes.
If I use the dev tools to set the lower editor's toolbar to display:none, then the popup is fully visible, even though it then goes over the top of the text area part of lower rich text editor!
I've just downloaded the latest versions of all the Syncfusion components from npm and am now using v28.1.41 of @syncfusion/ej2-vue-richtexteditor
Is there any way to solve this?
I actually want to reduce the height of the editor's but currently if I do that, you won't be able to add a table.
Table popup cropped:
Alignment popup not cropped:
Insert link popup not cropped: