Firefox会在我创建并旋转的三角形上创建小线条。
Chrome
FireFox
我研究了其他问题,他们建议尝试添加transform: translateZ(1px) rotate(-45deg);和background-clip: padding-box;,但这两个对我都不起作用。
transform: translateZ(1px) rotate(-45deg);
background-clip: padding-box;
而且,只有旋转后的三角形才会在firefox浏览器中显示线条。
该页面可通过bingo-caller.herokuapp.com查看
发布于 2019-01-15 08:55:24
我在你的页面上试过了,它似乎起作用了,将translateZ(1px)添加到三角形的转换中。
translateZ(1px)
https://stackoverflow.com/questions/54189447
相似问题