diff --git a/lib/src/components/tabs/TabsTriggerList.tsx b/lib/src/components/tabs/TabsTriggerList.tsx index 84f3a96ea..e80ed4479 100644 --- a/lib/src/components/tabs/TabsTriggerList.tsx +++ b/lib/src/components/tabs/TabsTriggerList.tsx @@ -88,6 +88,8 @@ export const TabsTriggerList: React.FC< {...colorScheme} {...rest} > + {children} + {canScrollLeft && ( scrollList(-SCROLL_STEP)} + tabIndex={-1} > )} - {children} - {canScrollRight && ( scrollList(SCROLL_STEP)} + tabIndex={-1} >