Skip to content

Commit

Permalink
fix: scrollbar height is too small
Browse files Browse the repository at this point in the history
  • Loading branch information
GustinLau committed Aug 4, 2024
1 parent 773b36a commit d406b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@core/base/design/src/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d406b19

Please sign in to comment.