Skip to content

Commit

Permalink
fix overlap during transition
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Jan 28, 2025
1 parent dc2dae5 commit dc42469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/view/screens/Search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -833,10 +833,11 @@ export function SearchScreen(
if (isWeb) setHeaderHeight(evt.nativeEvent.layout.height)
}}
style={[
a.relative,
a.z_10,
web({
position: 'sticky',
top: 0,
zIndex: 1,
}),
]}>
<Layout.Center style={t.atoms.bg}>
Expand Down

0 comments on commit dc42469

Please sign in to comment.