fix: attempt to disable iOS QuickType bar with form wrapper
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user