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`. ![img](https://files.slack.com/files-tmb/T02592416-FGZD3A134-1474604f39/screen_shot_2019-03-14_at_3.32.29_pm_720.png) It appears that removing `transform: translate3d(0px, 35px, 0px);` fixes the issue.
issue