HubSpot/drop

Position of the div in the DOM tree

Opened this issue · 0 comments

It would be great to be able to tell Drop where in the DOM the drop-div should be added. Right now it seems that it's always added directly as a child of the body tag. This is a problem if a web-app applies general styles in a sub-tag of body. For example Ionic uses an root tag directly within the to set platform specific styles. It means that those styles like font and font-size are lost for the Drop popup.