Skip to content

Commit

Permalink
fix: x-scrollbar height (Chanzhaoyu#1153)
Browse files Browse the repository at this point in the history
Co-authored-by: Fog3211 <[email protected]>
  • Loading branch information
2 people authored and Herobrine-ymf committed Apr 5, 2023
1 parent bb19332 commit bf71b13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles/lib/highlight.less
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ html {
}

code.hljs {
padding: 3px 5px
padding: 3px 5px;
&::-webkit-scrollbar {
height: 4px;
}
}

.hljs {
Expand Down

0 comments on commit bf71b13

Please sign in to comment.