fix overlap during transition

This commit is contained in:
Samuel Newman
2025-01-28 10:36:30 -08:00
parent a32e6a9bb1
commit c21d83e85e
+2 -1
View File
@@ -839,10 +839,11 @@ export function SearchScreen(
if (isWeb) setHeaderHeight(evt.nativeEvent.layout.height) if (isWeb) setHeaderHeight(evt.nativeEvent.layout.height)
}} }}
style={[ style={[
a.relative,
a.z_10,
web({ web({
position: 'sticky', position: 'sticky',
top: 0, top: 0,
zIndex: 1,
}), }),
]}> ]}>
<Layout.Center style={t.atoms.bg}> <Layout.Center style={t.atoms.bg}>