ckeditor / ckeditor5-react

Official CKEditor 5 React component.
https://ckeditor.com/ckeditor-5
Other
426 stars 100 forks source link

Image toolbar is not showing when working with mui modals #368

Open AliIbnBotir opened 1 year ago

AliIbnBotir commented 1 year ago
Screenshot 2023-03-27 at 10 21 07

I am trying to use editor in mui v5 modal and when i uploaded image the image toolbar is not showing. I checked the DOM and ck-editor-toolbar element is there but for some reason, it is being rendered under the modal. I tried to increase z-index but it didn't help. is there any easier solution for this problem. Thanks in advance