Popup & scrolling issue

When I close the pop-up form, scroll won’t work. Can anyone help me, please?
Thank you!

Here’s the video: Loom | Free Screen & Video Recording Software | Loom


Here is my public share link: https://preview.webflow.com/preview/baebu?utm_medium=preview_link&utm_source=dashboard&utm_content=baebu&preview=d53ca5b6a2f9762d8ed3790bb28e5c89&mode=preview
(how to access public share link)

Hi Ej,

I think that the problem is the embedded code that defines overflow:hidden on the <html> tag. It suppose to apply only on the iframe’s <html> tag but it applies on the hole page as well.

I am not completely sure, can you share the published site?

I’m not a coding person so I can’t understand well…
Here’s the published site: https://preview.webflow.com/preview/baebu?utm_medium=preview_link&utm_source=dashboard&utm_content=baebu&preview=d53ca5b6a2f9762d8ed3790bb28e5c89&mode=preview

ok, I will try to simplify as soon as I identify the problem :slight_smile:

You posted again the read-only link. I need the link to the actual website, so I can see it “running”

Oh sorry @avivtech. Here’s the website links: https://baebu.webflow.io/
the actual website: www.baebu.co

Yea, the problem is definitely the <overflow:hidden>

I would try to delete most of what is inside the embed code and leave only this line:
<iframe id="typeform-full" width="100%" height="100%" frameborder="0" src="https://baebu.typeform.com/to/GJOK4l"></iframe>

And add this line before the </body> in the page’s settings panel:
<script type="text/javascript" src="https://embed.typeform.com/embed.js"></script>

omg I have no idea how you did it, but the problem is solved!!! thank you so much, you are the magician :partying_face: