From cb30bb555e0f34322ffb6d6d805e7b9284b1e4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 12 Mar 2020 17:05:11 +0100 Subject: [PATCH] MOBILE-3269 tabs: Fix scroll top management --- src/components/tabs/tabs.ts | 1 + 1 file changed, 1 insertion(+) 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; }