#1
I have summernote working with trongate, but the image popup selection is not working.
I have confirmed it is because of trongate.css modal interfering with it.
I am not a css expert and have no clue on how to resolve this.
#2
Hi,

Create an alternative version of TrongateCSS that has all classes that start with .modal removed.

Use THAT version of TrongateCSS on the pages where your third party modal is required.
#3
Thank you