···213213 contentContainerStyle={a.flex_1}>
214214 {/* This view keeps the scroll bar and content within the CenterView on web, otherwise the entire window would scroll */}
215215 {/* @ts-expect-error web only */}
216216- <View style={[{flex: 1}, isWeb && {'overflow-y': 'scroll'}]}>
216216+ <View style={[a.flex_1, isWeb && {'overflow-y': 'scroll'}]}>
217217 {/* Custom scroll provider so that we can use the `onScroll` event in our custom List implementation */}
218218 <ScrollProvider onScroll={onScroll} onMomentumEnd={onMomentumEnd}>
219219 <List