You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On web, if you have many items, say 20, it doesn't show all of them and you can't scroll. Is it possible to add a scrollview to the actionsheet for web?
The text was updated successfully, but these errors were encountered:
For anyone else that runs into this, the action sheet does scroll, it just needs a little convincing.
Give the root node wrapped by ActionSheetProvider a maximum height so it doesn't extend past the bottom of the screen. This is important because the action sheet has a position of absolute, so without a max height it will display at the bottom of the content which may be below the viewport.
On web, if you have many items, say 20, it doesn't show all of them and you can't scroll. Is it possible to add a scrollview to the actionsheet for web?
The text was updated successfully, but these errors were encountered: