我在chrome的css调试器中看到有这个属性,测试了之后只有这个属性满足我的需求,可以忽略掉滚动条的宽度
查了CSS文档,也没有看到这个overlay的介绍,google了也没有相关资料
我测试了几个浏览器,safari,chrome都是可以兼容的
有谁清楚这个overflow:overlay吗?请介绍一下,感激不尽
overlay is described as:
Content is clipped and scroll bars are added when necessary.
Importantly its also said only to work in Safari or Chrome (ie
WebKit).
This item on WebKit bugzilla suggest it is not long for this world in
any case:
WebKit currently has a proprietary CSS overflow value called "overlay"
which is undocumented and as far as I can > tell from reading the code
works exactly like "auto".
We should either remove it or rename it to "-webkit-overlay".
Overflow: overlay doesn't work in firefox
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。