Closed ZacSweers closed 2 months ago
Thanks for reporting this. I will check it. Currently, I'm setting the size of the Composable from the UiKit component, which gets applied to the passed Modifier, which causes the cutoff when you set a padding, because the size will remain the same.
At first I thought this was a missing padding issue, but finding that even with modifier padding on the bottom it's always cut off when the selection is the bottom row
Repro: https://github.com/ZacSweers/FieldSpottr/pull/48