Skip to content

Commit 27d58d3

Browse files
committed
Fix overflow issue in Demo element
1 parent 64cd763 commit 27d58d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/components/common/Demo.js

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const TabsWrapper = styled('div')({
6060
});
6161

6262
const TabsContainer = styled(Tabs)({
63+
overflow: 'auto',
6364
'& li:first-child': {
6465
marginRight: 'auto',
6566
},

0 commit comments

Comments
 (0)