Chrome bug > Zooming browser makes dropdown text blurry
One of our customers was experiencing an issue with blurry text when zooming their Chrome browser.
@annabeldunstone was able to replicate this, as well, for every dropdown that uses `translate3d`.

It appears that removing `transform: translate3d(0px, 35px, 0px);` fixes the issue.
issue