Skip to content

Commit

Permalink
add css property "contain: layout" in tabs to fix change introduce by…
Browse files Browse the repository at this point in the history
… chrome 129
  • Loading branch information
JeanMarcMilletScality committed Sep 24, 2024
1 parent f377a20 commit 68cdb21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/tabsv2/StyledTabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const TabsContainer = styled.div<{
}>`
height: 100%;
width: 100%;
contain: 'layout';
display: flex;
flex-direction: column;
background-color: ${(props) =>
Expand Down

0 comments on commit 68cdb21

Please sign in to comment.