main.less 311 Bytes
Newer Older
1 2 3 4 5 6 7 8
::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
李纪文's avatar
李纪文 committed
9 10
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 0;
11 12 13 14 15 16 17
}

::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}