[bugfix] ActionSheet: background color (#748)

This commit is contained in:
neverland 2018-10-12 15:25:29 +08:00 committed by GitHub
parent f627653505
commit b87aef8fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,8 @@
.van-action-sheet { .van-action-sheet {
color: @text-color; color: @text-color;
max-height: 90%; max-height: 90% !important;
overflow-y: auto; background-color: @background-color !important;
-webkit-overflow-scrolling: touch;
background-color: @background-color;
&__item, &__item,
&__cancel { &__cancel {