Chrome bug? Content not rendering multi-columns properly

后端 未结 4 2008
孤城傲影
孤城傲影 2020-12-17 09:33

I have this code:

http://jsfiddle.net/zqdLzya2/

Which is a dead simple 3-column layout.

When you hover an item some of them blink or just disappear f

4条回答
  •  独厮守ぢ
    2020-12-17 10:30

    Looks like adding position: relative to the transformed children elements helped a little, in addition to transform: translateZ(0) to parent element. Still some artefacts in transitions though... Very weird bug !

提交回复
热议问题