I'm using the card hover zoom class inside a flex layout, and when I hover over a card, it causes the neighboring flex items to shift slightly by a pixel or two.
Setting box-sizing: border-box or using outline instead of border/scale adjustment might prevent this layout shift. Let me know if there's a recommended workaround.
I'm using the card hover zoom class inside a flex layout, and when I hover over a card, it causes the neighboring flex items to shift slightly by a pixel or two.
Setting
box-sizing: border-boxor usingoutlineinstead of border/scale adjustment might prevent this layout shift. Let me know if there's a recommended workaround.