what does data-cfapps-unplaceable mean?

Multi tool use


what does data-cfapps-unplaceable mean?
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?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.