image moves on hover - chrome opacity issue

前端 未结 14 2215
一向
一向 2020-11-27 10:19

There seems to be an issue with my page here: http://www.lonewulf.eu

When hovering over the thumbnails the image moves a bit on the right, and it only happens on Chr

14条回答
  •  粉色の甜心
    2020-11-27 10:58

    I had a similar issue with (non-opacity) filters on hover. Fixed by adding a rule to the base class with:

    filter: brightness(1.01);
    

提交回复
热议问题