Scrolling in Modal with Embedded iFrame

Hi,

I have a number of pages with iframes inside modals and the scroll function will not work when the mouse is over the iframe. Scroll works when the mouse is not on the iframe, but when on the iframe it does not work. Any suggestions?

Here is a link to a page where you are see the issue. Click the “Donate” button to see the modal.

Best,

Matt

Hi Matt,

Thanks for reaching out.

The iframe is generated with your javascript embed code, it basically removes the scrolling. Example,

`

`

overflow: hidden; means no scrolling
scrolling="no" and this too.

I tried it overriding by custom CSS and it’s not working, standard iframe works just fine. Perhaps you can contact the author of the embed code and enable the scrolling of the iframe?

Thanks!

Thanks Rad, I will try contacting them.

Best,

Matt

You’re most welcome Matt!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.