The bottom drawers can be set to scrollable which makes the bottom drawer work for menus with a lot of items going on, the problem is that this makes it impossible to close the drawer as you'd need to tap the backdrop region instead of swiping.
If we can figure this out, then we could potentially get rid of scrollable property altogether and always make it so.
The bottom drawers can be set to
scrollable
which makes the bottom drawer work for menus with a lot of items going on, the problem is that this makes it impossible to close the drawer as you'd need to tap the backdrop region instead of swiping.If we can figure this out, then we could potentially get rid of
scrollable
property altogether and always make it so.