I integrated Typeform onto a bubble.io website using HTML embed as follows:
<div data-tf-live="foo"></div><script src="//embed.typeform.com/next/embed.js"></script>
URL: https://myconfidante.app/onboarding
The first page does not scroll properly such that users cannot access the full list of options before they are pushed to the next page. The Bubble page is set to infinite vertical height. Subsequent pages seem to operate normally. Looking for guidance on how to fix this issue.