css实现 h5滑动时隐藏滚动条

.menus{
  margin: 10px 0 ;
  margin-left: 18px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.menus::-webkit-scrollbar {  
  display: none;  
  width: 0 !important;  
  height: 0 !important;  
  -webkit-appearance: none;  
  background: transparent;  
} 

 

posted @ 2023-09-07 19:11  IT小姐姐  阅读(326)  评论(0编辑  收藏  举报