Hi, it would be great if translate values could be rounded because it can cause issues on Chrome such as it makes the element blurry. ```transform: translate3d(0px, 36.1033px, 0px); ``` elements are blurry ```transform: translate3d(0px, 36px, 0px);``` fixes the issue