mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-26 19:36:36 +08:00
[bugfix] 修复安卓手机sku组件留言被键盘挡住 (#1965)
This commit is contained in:
parent
9e2126bad8
commit
fbb162f2b4
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user