移动端兼容性问题

  1. 去除webkit的滚动条
element::-webkit-scrollbar{
    display: none;
}
1
2
3

移动端适配

非常详细