Skip to content

Commit eaee3cb

Browse files
authored
Change overflowX from hidden to auto. (#219)
1 parent ce30750 commit eaee3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactComponents/CodeDisplay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default function CodeDisplay(props: CodeDisplayProps): React.JSX.Element
8181
const getSyntaxHighlighterStyle = (): React.CSSProperties => ({
8282
backgroundColor: token.colorBgContainer,
8383
width: '100%',
84-
overflowX: 'hidden',
84+
overflowX: 'auto',
8585
overflowY: 'auto',
8686
});
8787

0 commit comments

Comments
 (0)