Summernote: Dialogs pop up behind overlay

Forgive me if this has been posted already, I searched first. Summernote tools such as link and help open a new dialog but it is behind the dialog overlay and cannot be interacted with. Have to refresh page to close it.

Hi Brad,
Is your editor in a modal?

No, this one isn’t. I do have some in modals I have to convert from Medium though.

CAn you send us a link to your page where we can check this?

Its on a local test server. Just tested within a modal and it seems to work fine. I will do some further testing.

Can you make a short video showing the problem, please?

Also notice how the page jumps as well …

1 Like

I think somehow you have overwritten in css the z-index of the backdrop.

Just open devtools and inspect the css properties of the backdrop to see what is the z-index and where it comes from.

You can even try to change it to see if it has effect.

Add this “dialogsInBody: true,”