Why does bigger text affect all elements in Firefox?

Rodrigo Asai
Rodrigo Asai
  • Updated

This is because we use the CSS zoom property for Chrome, which isn’t available in Firefox. The CSS zoom property can be used to control the magnification level of an element.

To fix this issue, we increase the font size of text in Firefox instead of using the zoom property for the container as we do in Chrome. 

Here’s a list of browsers that support the CSS zoom property:

  • Google Chrome
  • Internet Explorer
  • Safari