You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were still issues with above fix, our footer was not getting resized because footer div was not the last element of the parent, rather close button element is. We need different solution that does not use last-child css.
The text was updated successfully, but these errors were encountered:
vkimcm
changed the title
Safeframe resize fix doe not select last child
Safeframe resize fix doe not select correct element
Nov 4, 2019
In case you happen to use a custom build and also use GAM like us, we changed the selectors to this, which works better for us: ['div[id^="google_ads_iframe"]', 'iframe[id^="google_ads_iframe"]']
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Type of issue
bug
Description
#3988
There were still issues with above fix, our footer was not getting resized because footer div was not the last element of the parent, rather close button element is. We need different solution that does not use last-child css.
The text was updated successfully, but these errors were encountered: