linux.less 211 B

12345678910111213
  1. ::-webkit-scrollbar-corner {
  2. background-color: transparent;
  3. }
  4. ::-webkit-scrollbar {
  5. width: 8px;
  6. height: 8px;
  7. }
  8. ::-webkit-scrollbar-thumb {
  9. border-radius: 2px;
  10. background: rgba(150, 150, 150, .33);
  11. }