#wullvie_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1306711734815424555
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
this is the iframe that loads and causes the issue (1px height is set automatically here)
<iframe name="__privateStripeMetricsController8190" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *" src="https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=<MY_URL_HERE>" aria-hidden="true" tabindex="-1" style="border: none !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; visibility: hidden !important; position: fixed !important; height: 1px !important; pointer-events: none !important; user-select: none !important;"></iframe>
Hi ๐ no offhand I don't know how to avoid that, or if you can. We add the iframes we need when loading our scripts.
The only thing coming to mind, and admittedly I don't know if it will work as I'm not great with CSS much less CSS in a Next project, is try to apply a style that overrides our 1 px height.
i can look into it but i'm not sure where the styling would even go to impact the iframe. oddly this error is only occuring (so far) on Chrome. Safari has no issue when the frame loads
actually it seems it loads with a 1px on safari too lol
So what is the error here?
just a behavior difference bewteen the two browsers, so wanted to see if i could set it to 0px