diff --git a/holi-apps/volunteering/components/VolunteeringFilterForm.tsx b/holi-apps/volunteering/components/VolunteeringFilterForm.tsx index 283c4c955609e3093cbe784500d92b0145b20842..6c6ab00df49322ff36868eb817a3eb2d8195ee09 100644 --- a/holi-apps/volunteering/components/VolunteeringFilterForm.tsx +++ b/holi-apps/volunteering/components/VolunteeringFilterForm.tsx @@ -146,6 +146,7 @@ const styles = StyleSheet.create({ marginTop: 24, }, container: { + flexShrink: 1, height: '100%', marginHorizontal: 16, paddingTop: 32,