Open iframe flush=true not working

Hi,

It seems that the prop for flush=true in Open iframe that removes the default padding around the iframe content, it is not longer working, since a padding is added.

Hey @dgomez-dev,
Thanks for taking the time to post in the Community!
I’ve tried utilizing the Docs AI Assistant in the developer doc you linked to try and troubleshoot the issue, and here’s what it proposes:
"The flush: true prop is documented as valid for openIframeModal. If your code matches the documented usage but the padding isn’t being removed, this may be a platform bug.

Here’s the correct usage per the docs:

openIframe({
uri: “https://your-url.com”,
height: 1000,
width: 1000,
flush: true,
});

If your code matches this and it’s still not working, it’s likely a platform bug. I’d recommend contacting HubSpot Support."
Just for the sake of making sure we’re aligned, can you please confirm that your configuration is the same as the above?
Shane, Senior Community Moderator

Thanks @STierney

I confirm that the code is excatly like that. Morevoer, it was working fine until some cople of weeks(?). I have 3 apps and happen in all three so I think it is definetly a bug on the platform. How can we let the developers and support know?
Thanks,

Hey @dgomez-dev,
Thanks for confirming this!
Tagging in @Anton , @alyssamwilie, and @evaldas to see if they have any insight on this issue. If not, I’ll definitely cross-reference the team internally.
Shane, Senior Community Moderator