I have a static site in which I embed Anvil forms via iframes. I use data-anvil-embed for the iframes, so that their height resizes to match what the Anvil form needs as it resizes. This works splendidly for most use-cases, but breaks with the Stripe payment popup.
If the current Anvil form’s height is not tall enough to display the Stripe payment popup, the iframe gets a vertical scrollbar instead of resizing.
This seems like a bug based on the expected behavior of data-anvil-embed, but since it’s using what’s probably a Stripe provided Javascript library, I wasn’t sure if there was some nice way to get around it.