Skip to content

Commit

Permalink
Fix overflow issue in Demo element
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoker committed Apr 15, 2024
1 parent 64cd763 commit 27d58d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/Demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const TabsWrapper = styled('div')({
});

const TabsContainer = styled(Tabs)({
overflow: 'auto',
'& li:first-child': {
marginRight: 'auto',
},
Expand Down

0 comments on commit 27d58d3

Please sign in to comment.