fix translate arg

pull/1050/head
Cory LaViska 2022-12-06 11:41:51 -05:00
rodzic 69e557cd8c
commit 2ee926023c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -337,7 +337,7 @@ export default class SlTabGroup extends ShoelaceElement {
case 'end':
this.indicator.style.width = 'auto';
this.indicator.style.height = `${height}px`;
this.indicator.style.translate = `${offset.top}px`;
this.indicator.style.translate = `0 ${offset.top}px`;
break;
}
}