From b87aef8fec34e11339eb505cb0b1d8fc4921285b Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 12 Oct 2018 15:25:29 +0800 Subject: [PATCH] [bugfix] ActionSheet: background color (#748) --- packages/action-sheet/index.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/action-sheet/index.less b/packages/action-sheet/index.less index 8f31c766..e4150850 100644 --- a/packages/action-sheet/index.less +++ b/packages/action-sheet/index.less @@ -2,10 +2,8 @@ .van-action-sheet { color: @text-color; - max-height: 90%; - overflow-y: auto; - -webkit-overflow-scrolling: touch; - background-color: @background-color; + max-height: 90% !important; + background-color: @background-color !important; &__item, &__cancel {