diff --git a/src/frontend/src/primitives/Tabs.tsx b/src/frontend/src/primitives/Tabs.tsx index 04638b94..e7ecbaec 100644 --- a/src/frontend/src/primitives/Tabs.tsx +++ b/src/frontend/src/primitives/Tabs.tsx @@ -149,6 +149,15 @@ const StyledTabPanel = styled(RACTabPanel, { outline: '2px solid red', }, }, + variants: { + flex: { + true: { + display: 'flex', + flexGrow: 1, + overflow: 'auto', + }, + }, + }, }) export type TabPanelProps = RACTabPanelProps &