Viewport blocks user scaling
CriticalUsers must be able to zoom and scale the page. Blocking zoom prevents low-vision users from enlarging content.
WCAG 1.4.41 element(s) affected
<meta name="viewport" content="user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, width=device-width">
How to fix
Remove maximum-scale=1 and user-scalable=no from the viewport meta tag.