This is an issue on the Forum, on Answers, and now it’s spread to the Scripting Reference.
In Chrome, control + mouse wheel (to adjust zoom level), does not affect text size. So us nearsighted bats have to pull out Magnifier or get tech-savvy enough to use Stylebot to add this to the pages’ CSS:
div {
-webkit-text-size-adjust: auto;
}
I don’t know how you go about not having scaling text, but you’ve done it, congrats. Just a heads-up since I’ve solved my own problem. Maybe someone will find this and be very happy to solve theirs too if it’s not fixed.