lazy-pages icon indicating copy to clipboard operation
lazy-pages copied to clipboard

lazy-pages inside a paper-header-panel renders with a height of 0

Open otter-computer opened this issue 9 years ago • 3 comments

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.

otter-computer avatar Dec 03 '15 13:12 otter-computer

I also ran into this. As a workaround I'm just overriding the position of lazy-pages to static.

ctrox avatar Dec 05 '15 09:12 ctrox

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.

atotic avatar Dec 10 '15 19:12 atotic

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

TheRaven avatar Mar 04 '16 23:03 TheRaven