图片组件滚动条隐藏

This commit is contained in:
2023-08-10 18:24:26 +08:00
parent 8f2c376ba8
commit bf15ed40ab

View File

@@ -2467,7 +2467,9 @@ img {
.list-box { .list-box {
overflow-x: scroll; overflow-x: scroll;
overflow: -moz-scrollbars-none; // Firefox scrollbar-color: transparent transparent;
scrollbar-track-color: transparent;
-ms-scrollbar-track-color: transparent;
-ms-overflow-style: none; // 微软 -ms-overflow-style: none; // 微软
height: 120px; height: 120px;
color: #fff; color: #fff;