diff --git a/src/components/tabs/tabs.ts b/src/components/tabs/tabs.ts index 76d6b5628..ed0910a49 100644 --- a/src/components/tabs/tabs.ts +++ b/src/components/tabs/tabs.ts @@ -490,6 +490,7 @@ export class CoreTabsComponent implements OnInit, AfterViewInit, OnChanges, OnDe this.originalTabsContainer.style.paddingBottom = this.tabBarHeight + 'px'; this.tabBarElement.classList.remove('tabs-hidden'); this.tabsShown = true; + this.lastScroll = 0; return; }