Skip to content

Commit

Permalink
fix(ui): shows code block scroll bar only when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed May 25, 2023
1 parent 0b3c4b3 commit 41d699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

pre {
@apply bg-black/[.05] dark:bg-white/[.05];
@apply overflow-scroll;
@apply overflow-auto;

& > code {
@apply grid;
Expand Down

0 comments on commit 41d699e

Please sign in to comment.