Do not use ElementUI implement el-scrollbar effects

1 ::-webkit-scrollbar {
2     width: 8px;
3     height: 8px;
4 }
5 
6 ::-webkit-scrollbar-thumb {
7     background-color: #d5d5d5;
8     border-radius: 5px;
9 }

CSS modify the browser scroll bar style

Guess you like

Origin www.cnblogs.com/tinybad/p/11481905.html