mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Picker: text adjust may cause option wrong offset (#916)
This commit is contained in:
parent
b93a2e3c00
commit
ba6c9716ce
@ -5,6 +5,7 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
|
-webkit-text-size-adjust: 100%; /* avoid iOS text size adjust */
|
||||||
|
|
||||||
&__toolbar {
|
&__toolbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user