lbovet / docson

Documentation for your JSON types
Apache License 2.0
491 stars 97 forks source link

Show iframe as full height #98

Open pmeems opened 2 years ago

pmeems commented 2 years ago

We use docson to show referenced JSON in our JSON Schema documentation. Here's an example: https://delta-datawarehouse.readthedocs.io/en/latest/explanation.html#unique-id-of-the-farmer

The docson widget is loaded in an iframe. How to set its height to the content height so we get rid of the scrollbars? image

I tried adding frame.height = event.data.height + 18; to the event.data.action == "ready" block in widget.js But that didn't help.

Please advice.