[CSS]隐藏浏览器滚动条

::-webkit-scrollbar {
   display: none; /* Chrome Safari */
}

 

posted @ 2023-02-09 11:20  ximu19  阅读(31)  评论(0)    收藏  举报