1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

fix(Sku): set min-height for sku body ()

This commit is contained in:
codpoe 2019-11-06 15:11:42 +08:00 committed by neverland
parent 662a8da491
commit 0108b44699

@ -15,6 +15,7 @@
&-body {
flex: 1 1 auto;
min-height: 44px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;