Skip to content

Commit 0d46a54

Browse files
authored
fix: scrollbar height is too small (#4038)
1 parent 773b36a commit 0d46a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@core/base/design/src/css/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
/* 只有非mac下才进行调整,mac下使用默认滚动条 */
8787
html:not([data-platform='macOs']) {
8888
::-webkit-scrollbar {
89-
@apply h-[1px] w-[10px];
89+
@apply h-[10px] w-[10px];
9090
}
9191

9292
::-webkit-scrollbar-thumb {

0 commit comments

Comments
 (0)