diff --git a/src/styles/globals.css b/src/styles/globals.css index 800f674..e1ef1ec 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -118,11 +118,14 @@ body.no-pinch-zoom * { font-family: var(--font-ui); } - /* EmpĂȘche le zoom automatique iOS sur les inputs */ +} + +/* EmpĂȘche le zoom automatique iOS sur les inputs (hors @layer pour surcharger text-sm) */ +@supports (-webkit-touch-callout: none) { input, textarea, select { - font-size: 16px; + font-size: 16px !important; } }