style: change scrollbar style

This commit is contained in:
chenos 2021-01-06 19:57:12 +08:00
parent 988b265bb8
commit 6194009d41

View File

@ -12,12 +12,17 @@
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
background: #C0C0C0;
border-radius: 4px
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
background: #A8A8A8;
}
.rc-virtual-list-scrollbar-thumb {
background: #c0c0c0 !important;
}
}
@ -87,4 +92,4 @@
width: 100%;
}
}
}
}