梦栖
梦栖
  • 发布:2021-03-05 16:23
  • 更新:2021-03-08 14:34
  • 阅读:560

小程序 ios的滚动条去不掉

分类:uni-app
加上这些代码,ios上还是有滚动条 :-webkit-scrollbar { display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}

:-webkit-scrollbar{ width: 0;
height: 0;
color: transparent;
}

2021-03-05 16:23 负责人:无 分享
已邀请:
DCloud_UNI_GSQ

DCloud_UNI_GSQ

有些情况是有冲突的,具体可以看下我的某个文章

该问题目前已经被锁定, 无法添加新回复