We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce30750 commit eaee3cbCopy full SHA for eaee3cb
src/reactComponents/CodeDisplay.tsx
@@ -81,7 +81,7 @@ export default function CodeDisplay(props: CodeDisplayProps): React.JSX.Element
81
const getSyntaxHighlighterStyle = (): React.CSSProperties => ({
82
backgroundColor: token.colorBgContainer,
83
width: '100%',
84
- overflowX: 'hidden',
+ overflowX: 'auto',
85
overflowY: 'auto',
86
});
87
0 commit comments