[bugfix] 修复安卓手机sku组件留言被键盘挡住 (#1965)

This commit is contained in:
Jackie Zhang 2018-10-23 19:14:19 +08:00 committed by neverland
parent 9e2126bad8
commit fbb162f2b4

View File

@ -6,6 +6,7 @@
font-size: 14px; font-size: 14px;
background: $white; background: $white;
overflow-y: visible; overflow-y: visible;
max-height: max-content; /* avoid androiod keyboard cover fields */
} }
&-body { &-body {