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
|
|
@ -153,6 +153,7 @@ private fun ChangeOwnRoleBottomSheet(
|
|||
.navigationBarsPadding(),
|
||||
sheetState = sheetState,
|
||||
onDismissRequest = ::dismiss,
|
||||
scrollable = true,
|
||||
) {
|
||||
Text(
|
||||
modifier = Modifier.padding(14.dp),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue