Skip to content

Commit

Permalink
css: Hide little scroll bar in code snippets on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe committed May 15, 2024
1 parent 331b9c2 commit 086c078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ pre { /* Block code */
font-variant-numeric: normal; /* No oldstyle figures in code */
white-space: pre;
overflow-x: auto;
overflow-y: hidden;
}

code { /* Inline code */
Expand Down
2 changes: 1 addition & 1 deletion docs/css/default.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 086c078

Please sign in to comment.