diff --git a/src/app/components/Tabs.css.ts b/src/app/components/Tabs.css.ts index d8a78088..fce75f19 100644 --- a/src/app/components/Tabs.css.ts +++ b/src/app/components/Tabs.css.ts @@ -23,6 +23,7 @@ export const list = style( borderTopRightRadius: borderRadiusVars['4'], display: 'flex', padding: `${spaceVars['0']} ${spaceVars['14']}`, + overflowX: 'auto', '@media': { [viewportVars['max-720px']]: { borderRadius: 0,