Viewport blocks user scaling
KrytycznyUsers must be able to zoom and scale the page. Blocking zoom prevents low-vision users from enlarging content.
WCAG 1.4.4Dotyczy 1 element(ów)
<meta name="viewport" content="width=device-width, user-scalable=no">
Jak naprawić
Remove maximum-scale=1 and user-scalable=no from the viewport meta tag.