googlearchive / core-list

Polymer virtualized list element
25 stars 20 forks source link

Improper functionality when scrollToItem( ... ) scrolls to last item #65

Open akashkrishnan opened 9 years ago

akashkrishnan commented 9 years ago

When I scroll to the last item, the very last item is shown at the bottom of the viewport but all previous elements disappear above it. I expected the viewport to stop scrolling if it could not scroll anymore and the item of interest is inside the viewport.