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.
trouble using image popup using summernote wysiwyg
4 years ago
4 years ago
#1
4 years ago
#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.
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.
4 years ago
#3
Thank you