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
overflow
border-radius
transition
I added minus z-index value for image and higher value for parent
li {z-index:10; overflow: hidden;} li img {z-index: -10;}