标签: css
我使用::-webkit-scrollbar使用以下CSS隐藏了Safari / Chrome中元素的滚动条:
::-webkit-scrollbar
#element::-webkit-scrollbar { width:0 !important; height:0 !important }
在Firefox中有没有办法完成同样的工作?
答案 0 :(得分:0)
如果您只想隐藏滚动条,请更好地使用
overflow: hidden