fix: scrollbar height is too small (#4038)

This commit is contained in:
Gustin Lau 2024-08-04 22:25:12 +08:00 committed by GitHub
parent 773b36aa17
commit 0d46a5471f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
/* 只有非mac下才进行调整mac下使用默认滚动条 */
html:not([data-platform='macOs']) {
::-webkit-scrollbar {
@apply h-[1px] w-[10px];
@apply h-[10px] w-[10px];
}
::-webkit-scrollbar-thumb {