From e1f59fea33c0bd5c4be77386867e43fcdf78c83e Mon Sep 17 00:00:00 2001 From: strblr <30187797+strblr@users.noreply.github.com> Date: Fri, 2 Jan 2026 07:14:15 +0100 Subject: [PATCH] fix: tab list overflow --- src/app/components/Tabs.css.ts | 1 + 1 file changed, 1 insertion(+) 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,