[bugfix] Picker: text adjust may cause option wrong offset (#916)

This commit is contained in:
neverland 2018-04-23 20:36:39 +08:00 committed by GitHub
parent b93a2e3c00
commit ba6c9716ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
user-select: none;
position: relative;
background-color: $white;
-webkit-text-size-adjust: 100%; /* avoid iOS text size adjust */
&__toolbar {
display: flex;