diff --git a/src/components/ha-tabs.ts b/src/components/ha-tabs.ts index 035663190f..887bbc231a 100644 --- a/src/components/ha-tabs.ts +++ b/src/components/ha-tabs.ts @@ -65,6 +65,7 @@ export class HaTabs extends PaperTabs { const selected = this.querySelector(".iron-selected"); if (selected) { selected.scrollIntoView(); + this._affectScroll(0); // Ensure scroll arrows match scroll position } }