diff --git a/src/components/Stepper/Stepper.tsx b/src/components/Stepper/Stepper.tsx index f2af2a44c..9af40f63a 100644 --- a/src/components/Stepper/Stepper.tsx +++ b/src/components/Stepper/Stepper.tsx @@ -522,6 +522,7 @@ export const Stepper: FC = React.forwardRef( className={styles.stepsContainer} onScroll={handleScroll} ref={stepsContainerRef} + tabIndex={mergedScrollable ? 0 : null} >