Skip to content

Commit

Permalink
Remove code scrollbars unless there is overflow
Browse files Browse the repository at this point in the history
Looks goofy on Chrome right now because there are always scrollbars.
After this change there will be scrollbars only if it's too long a line.
  • Loading branch information
tekknolagi committed Jan 5, 2024
1 parent c75473b commit d102566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ a:hover {
}

pre {
overflow-x: scroll;
overflow-x: auto;
}
code,
pre,
Expand Down

0 comments on commit d102566

Please sign in to comment.