Skip to content

Commit

Permalink
Revert "Position fixed"
Browse files Browse the repository at this point in the history
This reverts commit 9c721c9.
  • Loading branch information
gaearon committed Apr 27, 2024
1 parent 31ad68e commit c28b0d9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/view/screens/Search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -724,16 +724,7 @@ export function SearchScreen(
<Loader />
) : (
<ScrollView
style={
isWeb
? {
height: '100%',
width: '100%',
paddingTop: 50,
position: 'fixed',
}
: {height: '100%'}
}
style={{height: '100%'}}
// @ts-ignore web only -prf
dataSet={{stableGutters: '1'}}
keyboardShouldPersistTaps="handled"
Expand Down

0 comments on commit c28b0d9

Please sign in to comment.