Position fixed
This commit is contained in:
@@ -724,7 +724,16 @@ export function SearchScreen(
|
||||
<Loader />
|
||||
) : (
|
||||
<ScrollView
|
||||
style={{height: '100%'}}
|
||||
style={
|
||||
isWeb
|
||||
? {
|
||||
height: '100%',
|
||||
width: '100%',
|
||||
paddingTop: 50,
|
||||
position: 'fixed',
|
||||
}
|
||||
: {height: '100%'}
|
||||
}
|
||||
// @ts-ignore web only -prf
|
||||
dataSet={{stableGutters: '1'}}
|
||||
keyboardShouldPersistTaps="handled"
|
||||
|
||||
Reference in New Issue
Block a user