- .list {
- overflow: hidden;
- overflow-y: auto;
- }
- .list::-webkit-scrollbar-track-piece {
- background-color: rgba(0, 0, 0, 0);
- border-left: 1px solid rgba(0, 0, 0, 0);
- }
- .list::-webkit-scrollbar {
- width: 5px;
- height: 13px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .list::-webkit-scrollbar-thumb {
- background-color: rgba(0, 0, 0, 0.5);
- background-clip: padding-box;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- min-height: 28px;
- }
- .list::-webkit-scrollbar-thumb:hover {
- background-color: rgba(0, 0, 0, 0.5);
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
来源:https://www.cnblogs.com/LittleGirl-mm/p/6831815.html