Skip to content

Commit

Permalink
Merge branch 'bugfix/tabs-contain-layout' into q/1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Oct 2, 2024
2 parents 04cf77d + 63566cd commit 518ffb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/tabsv2/StyledTabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const TabsContainer = styled.div<{
}>`
height: 100%;
width: 100%;
contain: 'layout';
contain: layout;
display: flex;
flex-direction: column;
background-color: ${(props) =>
Expand Down

0 comments on commit 518ffb9

Please sign in to comment.