Webkit border-radius and overflow bug when using any animation/transition

后端 未结 8 1932
悲哀的现实
悲哀的现实 2020-12-13 04:02

I am having getting a weird bug when I use a combination of overflow, border-radius, and transition. I have a div with an img inside o

8条回答
  •  旧时难觅i
    2020-12-13 04:50

    I added minus z-index value for image and higher value for parent

    li {z-index:10; overflow: hidden;}
    
    li img {z-index: -10;}
    

提交回复
热议问题