fix(ActionSheet): The height of the flex container is lost under iOS 10 (#7578)

This commit is contained in:
Hex 2020-11-17 21:56:17 +08:00 committed by chenjiahan
parent a76625483c
commit 9213839980

View File

@ -9,7 +9,7 @@
color: @action-sheet-item-text-color;
&__content {
flex: 1;
flex: 1 auto;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}