Fix ha-tabs chevrons bug (#17620)

This commit is contained in:
RoboMagus 2023-08-18 15:01:13 +02:00 committed by GitHub
parent cd19894ab0
commit 38a317b7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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