html, body {
    max-width: 100%;
    overflow-x: hidden;
    touch-action: pan-x pan-y;
}
input, textarea, select {
    font-size: max(16px, 1em);
}