mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix ha-tabs chevrons bug (#17620)
This commit is contained in:
parent
cd19894ab0
commit
38a317b7e7
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user