fix: scrollbar height is too small (#4038)
parent
773b36aa17
commit
0d46a5471f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue