I encountered a bug on Chrome with the new CSS property scale: x; which is supposed to replace transform: scale(x). It works fine on Firefox, haven't tested it on other browsers.
When a button or a link is scaled up or down their hitbox stays the same, but it works fine with transform. It also happens when it's a parent element that's scaled up or down.
Here is a link to a simple demo: https://codepen.io/eviive/pen/VwxpEgZ
Is this the expected behavior (doubt it), if not is this a known issue ?