I have created data through ckeditor2 content in through firebase.
there is no div style tags in the saved html.
unfortunately somehow the modal is displaying transparaceny for the content:
this is the code for the content:
<p>this is some html blablablabla </p><p> </p><p>asdjaisdjosidjasodjojojjjo</p><p> </p><ul> <li>ajsidiajsdaosjid</li> <li>asdasdjaoidsj</li> <li>asjdaosdj</li> <li>ajsidiasjdooji</li></ul><p><img alt="" src="https://image.shutterstock.com/image-photo/dangerous-hooded-hacker-breaks-into-260nw-680075002.jpg" style="height:280px; width:463px" /></p>
this is the html for the modal:
below is css:
I have tried to fork your project also just implement fetch data service to display sanitized html,
its the same behavior.
Hi Dear Mazdik,
I have created data through ckeditor2 content in through firebase. there is no div style tags in the saved html.
unfortunately somehow the modal is displaying transparaceny for the content:
this is the code for the content:
<p>this is some html blablablabla </p><p> </p><p>asdjaisdjosidjasodjojojjjo</p><p> </p><ul> <li>ajsidiajsdaosjid</li> <li>asdasdjaoidsj</li> <li>asjdaosdj</li> <li>ajsidiasjdooji</li></ul><p><img alt="" src="https://image.shutterstock.com/image-photo/dangerous-hooded-hacker-breaks-into-260nw-680075002.jpg" style="height:280px; width:463px" /></p>
this is the html for the modal:
below is css:
I have tried to fork your project also just implement fetch data service to display sanitized html, its the same behavior.