HTML5 video ignoring z-index

后端 未结 3 1418
你的背包
你的背包 2020-12-10 02:16

So this is what i tried so far:

<
3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-10 02:44

    On your overlay/menu element, use:

    backface-visibility: hidden;
    

    This worked for me. My guess is that it triggers 3d rendering on the element, which eliminates the z-index problem.

提交回复
热议问题