小程序
小游戏
企业微信
微信支付
扫描小程序码分享
/* 隐藏滚动条 */
::-webkit-scrollbar{
width
:
0
;
height
color
transparent
}
这个样式不管用
1 个回答
.container::-webkit-scrollbar {
width: 0 !important;
.container { -ms-overflow-style: none; }
.container { overflow: -moz-scrollbars-none; }
内容中可能包含密钥、AppSecret等私密参数,泄漏会有安全风险,请检查内容并确认。
.container::-webkit-scrollbar {
width: 0 !important;
}
.container { -ms-overflow-style: none; }
.container { overflow: -moz-scrollbars-none; }