mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] ActionSheet: background color (#748)
This commit is contained in:
parent
f627653505
commit
b87aef8fec
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user