您的当前位置:首页正文

微信小程序 - 页面隐藏滚动条

2024-11-29 来源:个人技术集锦
// 滚动条隐藏
::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}
显示全文