Ensure that all the ModalBottomSheet can scroll.
This commit is contained in:
parent
e51bd9bba6
commit
babddd167b
21 changed files with 88 additions and 22 deletions
|
|
@ -262,6 +262,7 @@ private fun InvitePeopleConfirmModal(
|
|||
ModalBottomSheet(
|
||||
onDismissRequest = onDismiss,
|
||||
dragHandle = null,
|
||||
scrollable = false,
|
||||
) {
|
||||
IconTitleSubtitleMolecule(
|
||||
title = simplePluralStringResource(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue