diff --git a/src/components/CountryDeepDivePanel.ts b/src/components/CountryDeepDivePanel.ts index c22bfc792..da2d6994c 100644 --- a/src/components/CountryDeepDivePanel.ts +++ b/src/components/CountryDeepDivePanel.ts @@ -193,6 +193,7 @@ export class CountryDeepDivePanel implements CountryBriefPanel { this.economicIndicators = []; this.infrastructureByType.clear(); this.renderSkeleton(country, code, score, signals); + this.content.scrollTop = 0; this.open(); }