Fix auto-zoom when focussing form field on iOS

This commit is contained in:
2026-01-26 17:01:29 +07:00
parent 8fdc697a17
commit 653e44348c

View File

@@ -257,7 +257,7 @@ body {
border: 1px solid #ddd;
border-radius: 4px;
font-family: inherit;
font-size: 0.95rem;
font-size: 1rem;
box-sizing: border-box; /* Ensure padding doesn't overflow width */
}