Hitbox of buttons and links not scaling on Chrome (with scale: x;)

Viewed 21

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 ?

0 Answers
Related