Skip to content

Commit f85da2e

Browse files
committed
fix: The code of the pre element is displayed protruding.
1 parent fd0f686 commit f85da2e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/custom.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ body {
4444

4545
/* Code Blocks & Syntax */
4646
.markdown-body .highlight pre, .markdown-body pre {
47-
background-color: var(--color-bg-canvas-tertiary);
48-
overflow: inherit
47+
background-color: var(--color-bg-canvas-tertiary)
4948
}
5049

5150
/* Inline Code */

0 commit comments

Comments
 (0)