I solved my angular scrolling problem using data binding: <div class="container" [scrollTop]="scrollTop"> ... </div>. with the styles:
確定! 回上一頁