|
阅读:9630回复:4
移动端如何取消滚动条呢?
各位大佬,移动端如何取消滚动条呢?
|
|
|
沙发#
发布于:2020-05-09 09:31
|
|
|
|
板凳#
发布于:2020-05-09 09:29
这样可以试一下
::-webkit-scrollbar {
width: 0px;
}
::-webkit-scrollbar-track {
background-color: none;
}
::-webkit-scrollbar-thumb {
background-color: none;
}
::-webkit-scrollbar-thumb:hover {
background-color: none;
}
::-webkit-scrollbar-thumb:active {
background-color: none;
} |
|
|
地板#
发布于:2020-05-08 09:39
doubleyong:哈哈,楼主有没有更多的信息,如用什么语言来写的移动端,对应滚动条页面的代码,这样才能为你分忧哦回到原帖通常情况下用vue, |
|
|
4楼#
发布于:2020-05-07 16:28
哈哈,楼主有没有更多的信息,如用什么语言来写的移动端,对应滚动条页面的代码,这样才能为你分忧哦
|
|
|