mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(ActionSheet): The height of the flex container is lost under iOS 10 (#7578)
This commit is contained in:
parent
a76625483c
commit
9213839980
@ -9,7 +9,7 @@
|
||||
color: @action-sheet-item-text-color;
|
||||
|
||||
&__content {
|
||||
flex: 1;
|
||||
flex: 1 auto;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user