fix: x-scrollbar height (#1153)

Co-authored-by: Fog3211 <23151576+Fog3211@users.noreply.github.com>
This commit is contained in:
Fog3211 2023-04-03 08:25:07 +08:00 committed by GitHub
parent 9bd88eac84
commit e2ad3fe248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

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