微信小程序如何隐藏scroll-view滚动条
::-webkit-scrollbar {width: 0;height: 0;color: transparent;} |
scroll-view 使用上述代码 无法隐藏滚动条,ios 上 有的时候有,有的时候没有
::-webkit-scrollbar {width: 0;height: 0;color: transparent;} |
scroll-view 使用上述代码 无法隐藏滚动条,ios 上 有的时候有,有的时候没有