Datagrid and Forms not displaying in Firefox

Hi there, I just got a notice from one of our users that the site is showing only like the first lines of my embedded apps on Firefox. Shame on me for not testing, works fine on Safari and Chrome. Any thoughts? Website is https://bozemanstrong.org

I’ve tried the most simplistic of html pages with a head and body only still no joy, can’t see any errors in the console either.

I’m embedding with:
<script src="https://anvil.works/embed.js" async></script> <iframe style="width:100%;" data-anvil-embed src="https://bozemanallbiz.anvil.app"></iframe>

1 Like

Poxy Bloomin' iframes

This post has the solution… I just tried it on your site on firefox and it works

scrolling="no"
2 Likes

Beautiful thanks so much for that, got it sorted. It’s been more than a few years since I worked with an iframe. Thanks so much.

1 Like