Skip to content

Commit

Permalink
remove overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Sep 30, 2024
1 parent c5a3b01 commit 85dee57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/tabsv2/StyledTabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export const TabContent = styled.div<{
width: 100%;
height: 100%;
box-sizing: border-box;
overflow: auto;
background-color: ${(props) =>
props.tabContentColor || props.theme.backgroundLevel4};
`;
Expand Down

0 comments on commit 85dee57

Please sign in to comment.