Sizing an iFrame to avoid scroll

I am successfully bringing in an iFrame to UI builder, but I can’t seem to size things correctly to avoid getting a scroll bar. Any ideas or pointers on which approach to take here?

I am trying to eliminate the scroll bar on the right:

Hello @Andreas_Marinopoulos!

Can you please tell me on which page I can find this iframe?

Regards,
Alexander

The sign up survey page

Thank you, now I will try to help you.

Regards,
Alexander

Thanks, specifically it is sign-up-survey, here is the pathway to the iframe
image

and app id 4A47197B-AE30-FA84-FF56-0071F4010900

Thank you so much, this will help me a lot.

Regards,
Alexander

To remove the scrolling bar from the iframe, you need to add the scrolling=“no” attribute.
Here’s more information: Remove scrollbar from iframe

You can try adding this attribute, like this:

And set a suitable height for the containers in which the iframe is located.

Regards,
Alexander

1 Like