molipet
Results
1
comments of
molipet
Hi @wowcut, a workaround is to avoid setting `display: none` for the `iframe`. Depending on your use case, you can use `visibility: hidden;` or `z-index: -10000` for "hiding" the iframe.