Shadow artifacts during animation in IE9

后端 未结 5 2185
天涯浪人
天涯浪人 2021-02-19 15:59

Here are css, html and js to reproduce:

html:

123
345
5条回答
  •  南旧
    南旧 (楼主)
    2021-02-19 16:23

    This seemed to work me: Simply wrap the div in another div with these styles on the outer div

    padding-bottom: 10px;
    padding-right: 0px;
    overflow: visible
    

    No idea why this did the trick for me.

提交回复
热议问题