travist / seamless.js

A Javascript library for working with seamless iframes.
http://www.travistidwell.com/seamless.js
MIT License
217 stars 44 forks source link

child page growing very slow and indefinitely #26

Closed PedroNunoSantos closed 4 years ago

PedroNunoSantos commented 4 years ago

hello there,

I am trying to use a angular app as a child page inside a iframe in a parent page.

The issue i am having, is that the parent page is growing vertically very slowly, and and it does not stops growing when it should and continues indefinitely growing forever.

2019-12-06_18h08_28

Any thoughts?

PedroNunoSantos commented 4 years ago

hello, i found the issue. The css height 100%, must be removed.

html, body { //height: 100%; // <- this must be removed } Regards