Hi, I’m trying to share a table using an iframe, I do not have problems when I see it from desktop, but from mobile it does not look good.
When I enter the iframe URL in mobile it works fine, but when I enter my URL that has an iframe inside, it looks different.
Does anyone know what could be happening? The code that I am using is the following:
<iframe class = "airtable-embed" src = "https://airtable.com/embed/xxxxxxxx?backgroundColor=blue&viewControls=on" frameborder = "0" onmousewheel = "" width = "100%" style = "height: 90vh "> </ iframe>
Thank you in advance!