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 GitHub
parent c2bdbd131f
commit 4bcdd5e2fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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