iPad 版 Safari 上 Div 之间出现无法解释的空格
我遇到了元素之间存在无法解释的空格的问题。我可以使用元标记来设置初始比例,并在初始加载时修复它,但一旦我缩放它就会再次出现。 该错误似乎不会发生在内置代码片段工具上。如果您使用的是 iPad,请将其插入代码笔,您就会看到该问题。在我看来,我只是没有发现太多关于浏览器破坏错误的讨论。如果没有,请尝试放大或缩小。
div {
margin:0;
padding:0;
background-color:black;
width:100px;
height:100px;
}
<div></div>
<div></div>
I’ve got a an issue with unexplained space between elements. I can use a meta tag to set initial scale and that fixes it on initial load but as soon as I zoom it’s there again. The bug does not appear to happen on the built in snippet tool. If you’re on iPad go plug this into code pen and you will see the issue. I just haven’t found much discussion on what seems to be a browser breaking bug imo. If you don’t have it try zooming in or out.
div {
margin:0;
padding:0;
background-color:black;
width:100px;
height:100px;
}
<div></div>
<div></div>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论