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

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

View File

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