TypeForm Code Not Letting Me Stroll

Hi! I am trying use a Typeform in Webflow. I created a popup in Webflow that I want it to show in. When I put the embed Typeform gives you in and publish it, the page will not stroll even outside of the popup. Is there a way I can edit this code for it will work? Everything works fine inside the popup. Also everything strolls on the preview mode but published it doesn’t work. The button to trigger this popup is Get a Quote on the QuietCool page. Here is the TypeForm code and my read only link.

QuietCool V2 html{ margin: 0; height: 100%; overflow: hidden; } iframe{ position: absolute; left:0; right:0; bottom:0; top:0; border:0; }

https://preview.webflow.com/preview/jantz-electrical?utm_medium=preview_link&utm_source=designer&utm_content=jantz-electrical&preview=78506d6e4101a7123001efb7602046a5&pageId=5ebae45827a2920899af4389&mode=preview

Think I got it. Took out the overflow hidden in the Typeform code. Seems to work now…