lazy-pages
lazy-pages copied to clipboard
lazy-pages inside a paper-header-panel renders with a height of 0
lazy-pages placed inside a paper-header-panel element will render with a height of 0 unless given an explicit height. Even with a page that is not lazy loaded the height still remains at 0 when set to auto or a % value.
I also ran into this. As a workaround I'm just overriding the position of lazy-pages to static.
Do you mean lazy-pages element itself, or its children? If you'd like to make a reproducible case, I'll take a look at it.
I ran into this as well... I got around it by adding this style
lazy-pages { height: 100% }
This is the html I have https://gist.github.com/TheRaven/aad2520b69bd1454da27