css overflow 可以滑动 但不显示滚动条
.tab-lists-box{
scrollbar-width: none; /* firefox */
-ms-overflow-style: none; /* IE 10+ */
overflow-y: auto;
}
.tab-lists-box::-webkit-scrollbar {
display: none; /* Chrome Safari */
}
.tab-lists-box{
scrollbar-width: none; /* firefox */
-ms-overflow-style: none; /* IE 10+ */
overflow-y: auto;
}
.tab-lists-box::-webkit-scrollbar {
display: none; /* Chrome Safari */
}