Ensure that all the ModalBottomSheet can scroll.
This commit is contained in:
parent
bf57223d05
commit
09ff3294d5
21 changed files with 88 additions and 22 deletions
|
|
@ -95,7 +95,8 @@ internal fun SelectParentSpaceOptions(
|
|||
sheetState.hide(coroutineScope) {
|
||||
displaySelectSpaceBottomSheet = false
|
||||
}
|
||||
}
|
||||
},
|
||||
scrollable = false,
|
||||
) {
|
||||
SelectParentSpaceBottomSheet(
|
||||
spaces = spaces,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue