Closed mountainraptor closed 7 years ago
I ran into the same issue. I had to set the core-list height to the same value of a list item height.
<core-list height=40>
<template>
<div style="height=40px">
...
</div>
</template>
</core-list>
@tamsler Thanks. That fixed my problem.
I have a core-list of elements in a scrollview. The number of things exceeds the 240px of height. Any elements that are below the view (there is a scroll bar) are blank. If I click on another item it appears. If I click on the item at the bottom of the list and scroll up it disappears. I am running Version 39.0.2171.99 (64-bit). The CSS is for the page that contains a thing_manager element which has the core-list.
relevent css & HTML: