I am having an issue with an iframe we integrated into the website. I am sure it is a styling issue…just not sure where. You will see the iframe overlapping the global block underneath it. Please advise. Thank you.
Hi there,
This seems to be because the div that contains the iframe has an inline style of maximum height being 600px which the iframe inside it has a minimum height of 750px.

Try updating the max height value of the .trackbill-widget div to 750px.
Hope this helps.
Worked great! Thank you.
1 Like