Hi I\'m just playing around a bit with polymer and got a problem.
First here is the Page I\'m editing: http://beta.sgbvm.de/app/site/berichte.php
The most t
core-header-panel provides a scroller property which gives you access to the internal scrolling div. From there, you can use vanilla JS to scroll it (using scrollTop).
core-header-panel
div
document.querySelector('#mainContainer').scroller.scrollTop = 0;