Scrollable Ionic Action Sheet

Hi,

I want to have an action sheet which is scrollable. But if I add more than 10 elements, the action sheet does not scroll in vertical direction. The problem is more acute in landscape mode of the mobile device where with 7 elements (including Cancel), the ActionSheet goes out of the screen.

I tried adding css property of overflow to “auto” but it didnt help.

Any pointers will be helpful.

Thanks.

Having the same issue. Action sheet won’t scroll when you have too many buttons.

Did you find an answer to this problem?

Nope… We went for a picker option

Anyone found a solution to create a scrollable Action Sheet?

@biswarup: What control did you use for the picker?

Something like this?

.action-sheet-group{
overflow: scroll;
max-height: 400px;
}