Skip to content

Commit

Permalink
🐛 fix: markdown scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmclin2 committed Feb 12, 2024
1 parent d23bbaa commit c54c93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Markdown/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const useStyles = createStyles(({ css, cx, token, prefixCls }) => {
),
highlighter: css`
max-height: 400px;
overflow: scroll;
overflow: auto;
`,
header: cx(
`${prefix}-header`,
Expand Down

0 comments on commit c54c93b

Please sign in to comment.