Fix: Add standard appearance property (missing for -webkit-appearance) to improve cross-browser compatibility.
This commit is contained in:
parent
ae24334459
commit
a88617b9fb
1 changed files with 1 additions and 0 deletions
|
|
@ -525,6 +525,7 @@
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
/* 移动端输入优化 */
|
/* 移动端输入优化 */
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
appearance: none;
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue