h5隐藏滚动条并保持滚动能力

1,670 阅读1分钟
.appearn_conten {
    overflow:auto;//滚动
}
.appearn_conten::-webkit-scrollbar {
    display: none;//隐藏滚动条
  }