There exist two unique zoom modes.
Text zoom alters the font size and associated elements accordingly.
Page zoom modifies the entire page along with all its elements. This feature is only compatible with modern web browsers.
In this particular situation, it seems that the text zoom is affecting all sizes specified in em
. As a result, some elements on the webpage are resized while others remain unchanged.
To address this issue effectively, it is recommended to use em
for all dimensions instead of px
, cm
, or pt
.