From 98eb54e5349ab564d5fefcd0172ace0cfdb5f36d Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 11 Sep 2019 16:11:46 +0800 Subject: [PATCH] fix(Sku): incorrect button position (#4427) --- src/sku/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sku/index.less b/src/sku/index.less index d56e98aa8..97d01872f 100644 --- a/src/sku/index.less +++ b/src/sku/index.less @@ -21,7 +21,6 @@ &-body { flex: 1 1 auto; - max-height: 350px; overflow-y: scroll; -webkit-overflow-scrolling: touch; @@ -311,6 +310,7 @@ &-actions { display: flex; + flex-shrink: 0; padding: @padding-xs @padding-md; .van-button {