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