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

View File

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