fix: x-scrollbar height (#1153)

Co-authored-by: Fog3211 <23151576+Fog3211@users.noreply.github.com>
main
Fog3211 2 years ago committed by GitHub
parent 9bd88eac84
commit e2ad3fe248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -123,7 +123,10 @@ html {
}
code.hljs {
padding: 3px 5px
padding: 3px 5px;
&::-webkit-scrollbar {
height: 4px;
}
}
.hljs {

Loading…
Cancel
Save