MOBILE-3269 tabs: Fix scroll top management

main
Pau Ferrer Ocaña 2020-03-12 17:05:11 +01:00
parent 40ebb62a62
commit cb30bb555e
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}