::-webkit-scrollbar {
    width: 6px;
    height: 6px;

  }

  ::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    background-clip: padding-box;
    min-height: 28px;
  }

相关文章: