Skip to content

Commit

Permalink
css: horizontal scrollbar for wide code blocks
Browse files Browse the repository at this point in the history
fixes the little annoyance that some code blocks appeared cutoff on the right side

Signed-off-by: Christoph Rueger <[email protected]>
  • Loading branch information
chrisrueger committed Oct 9, 2024
1 parent 6a41538 commit caa0a9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,8 @@ ul .side-nav-section{

.side-nav{
padding-top: 1px !important;
}

pre.highlight {
overflow: auto;
}

0 comments on commit caa0a9b

Please sign in to comment.