::-webkit-scrollbar {width: 0px;height: 1px;}::-webkit-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: rgba(0, 0, 0, 0.2);}
直接复制即可
纯CSS隐藏滚动条
原文:https://www.cnblogs.com/fushengfuge/p/9077513.html