[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

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;