Skip to content

Commit

Permalink
fix: scrollbar when using line highlight (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jan 5, 2021
1 parent 6ff76c4 commit b6ba8a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/theme-default/styles/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ li > div[class*='language-'] {
font-family: var(--code-font-family);
font-size: var(--code-font-size);
user-select: none;
overflow: hidden;
}

.highlight-lines .highlighted {
Expand Down

0 comments on commit b6ba8a9

Please sign in to comment.