Bug with transform: scale and overflow: hidden in Chrome
问题 Working with CSS3 property transform: scale , I found interesting issue. I wanted to make a little zoom effect for pictures. But when I used for the parent div overflow: hidden and border-radius , the child div extended the beyond of parent div. Update: Problem isn\'t solved. If I add transition , is still doesn\'t work. I tried to solve this issue, but without success. Here is a demo 回答1: It's a known bug in Webkit-based browsers - see #62363. You can add a border:1px solid transparent; to