Css hover sometimes doesn't work on svg paths

前端 未结 3 779
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-06 04:08

I got a svg with paths, and i have css hover on them, but hover sometimes work, sometimes not.

What can be the problem?

3条回答
  •  太阳男子
    2020-12-06 04:53

    This always works for me when using object tag

    object {
        pointer-events: none;
    }
    

提交回复
热议问题