Skip to content

Commit

Permalink
fix(style): use auto overflow for pre/code blocks (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari authored Dec 10, 2024
1 parent 40f0993 commit 5ccf22e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ pre {
padding: 20px 0;
background: transparent;
background: var(--code-bg-color, #8e96aa24);
overflow: auto;
}
code {
display: block;
Expand Down

0 comments on commit 5ccf22e

Please sign in to comment.