Browser zooms in when some of Mantine inputs are focused because by default all
Mantine inputs have size="sm"
with 14px
font-size. To prevent browser from zooming
in you can increase input size:
You can use user-scalable=no
meta tag in the <head />
or your application
to disable browser scaling. Note that this will disable zooming for the entire
application and may cause accessibility issues.