[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 {
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 {