expand the background color to cover the overscroll area on settings screen (#4101)
parent
aa34d6b4d2
commit
87fa501433
|
@ -327,8 +327,7 @@ export function SettingsScreen({}: Props) {
|
|||
</View>
|
||||
</SimpleViewHeader>
|
||||
<ScrollView
|
||||
style={s.hContentRegion}
|
||||
contentContainerStyle={isMobile && pal.viewLight}
|
||||
style={[s.hContentRegion, isMobile && pal.viewLight]}
|
||||
scrollIndicatorInsets={{right: 1}}
|
||||
// @ts-ignore web only -prf
|
||||
dataSet={{'stable-gutters': 1}}>
|
||||
|
|
Loading…
Reference in New Issue