Skip to content

Commit b837ef5

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/common/Demo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const TabsWrapper = styled('div')({
5757
color: '#000',
5858
marginBottom: 20,
5959
margin: 'auto',
60+
overflow: 'auto',
6061
});
6162

6263
const TabsContainer = styled(Tabs)({

0 commit comments

Comments
 (0)