lisa的个人博客

慢慢理解世界,慢慢更新自己

0%

隐藏浏览器右侧滚动条

1
2
3
4
5
6
// chrome 和Safari
.element::-webkit-scrollbar { width: 0 !important }
// IE 10+
.element { -ms-overflow-style: none; }
//Firefox
scrollbar-width:none; // 给html加