Alejandro Rios
07/13/2020, 10:29 PMScaffold
which has a bodyContent
with a Box
and a list inside and it scrolls ok, then, i added a bottomBar
but now i cant see the bottom of the list, do you know if there's a way to avoid this? ThanksZach Klippenstein (he/him) [MOD]
07/13/2020, 10:34 PMAlejandro Rios
07/13/2020, 10:36 PMZach Klippenstein (he/him) [MOD]
07/13/2020, 10:42 PMmatvei
07/13/2020, 10:53 PMAdam Powell
07/13/2020, 11:05 PMZach Klippenstein (he/him) [MOD]
07/13/2020, 11:09 PMcb
07/14/2020, 8:23 AM// Set padding which matches status bar
Modifier.statusBarPadding()
// Set height which matches nav bar
Modifier.navigationBarHeight()
All heavily inspired by my explorations with Insetter (https://github.com/chrisbanes/insetter)