'Iframe problen on mobile

I'm trying to embed a google form on my Wix website, thing is that when I view the site on mobile and try to enter a text in a paragraph question the page zooms in and throws the view to a corner of the website. I tried this code:

 <div class="frame_holder">
>     <div class="scroll_frame">
>               <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSe3hfgslvIxFqaglPQVXZVS_ajp0_xx73pC1jKvVjv3XVZqmg/viewform?embedded=true"
> width="360" height="640" frameborder="0" marginheight="0"
> marginwidth="0" scrolling=“no” content="user-scalable=no
> >Loading…</iframe>
>     </div> </div> <div class="hidden">


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source