fix: attempt to disable iOS QuickType bar with form wrapper

This commit is contained in:
Alexej Wolff
2026-02-11 16:26:15 +01:00
parent e2e7e211d5
commit e5c7bd1b0d
2 changed files with 14 additions and 5 deletions
+6 -1
View File
@@ -460,13 +460,18 @@
border: none;
border-radius: 18px;
color: white;
font-size: 0.95rem;
font-size: 16px; /* 16px prevents iOS zoom on focus */
font-family: inherit;
resize: none;
transition: height 0.1s ease;
overflow-y: auto;
line-height: 1.4;
touch-action: manipulation;
-webkit-appearance: none;
appearance: none;
/* iOS specific */
-webkit-text-size-adjust: 100%;
text-decoration: none;
}
.input-container textarea:focus {