With some websites the design of the application is corrupted and the behavior is unexpected. I noticed that when the happens all the tags are marked with data-cfapps-unplaceable. BTW, I am appending directly to the body tag so the user does not have to pick a location Here is an example:
<div class="popup" data-cfapps-unplaceable=""><div class="exit_popup box" data-cfapps-unplaceable="">
I suspect this is the reason the elements are not showing correctly. Any idea what is the cause and how to fix it?