我想把滚动条隐藏或去掉,有什么办法?网上找的一些隐藏都没有效果比如这些:::-webkit-scrollbar-track {background-color: #b46868;} /* 滚动条的滑轨背景颜色 */::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.2); } /* 滑块颜色 */::-webkit-scrollbar-button {background-color: #7c2929;} /* 滑轨两头的监听按钮颜色 */::-webkit-scrollbar-corner {background-color: black;} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
添加回答
举报
0/150
提交
取消