Skip to content

Commit

Permalink
Fix ha-tabs chevrons bug (#17620)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboMagus authored Aug 18, 2023
1 parent cd19894 commit 38a317b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ha-tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 38a317b

Please sign in to comment.