exclude google ads from iframe reset

This commit is contained in:
hobbes7878 2024-08-28 09:17:28 +01:00
parent 3a57c4b7a0
commit 11e4fcc4d8
2 changed files with 2 additions and 10 deletions

View file

@ -53,11 +53,3 @@
</script>
<div data-freestar-ad="{dataFreestarAd || null}" id="{adId}"></div>
<style lang="scss">
div {
:global(iframe) {
width: 100%;
}
}
</style>

View file

@ -34,7 +34,7 @@ figure {
@include fmx-auto;
}
iframe {
iframe:not([id^="google_ads_iframe_"]) {
border: 0;
width: 100%;
}
}