Skip to content

Commit

Permalink
Merge pull request #57916 from daledah/fix/57455
Browse files Browse the repository at this point in the history
fix: chat list can't be scrolled
  • Loading branch information
carlosmiceli authored Mar 8, 2025
2 parents add7b6e + 6ed8bc3 commit 46ec589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Search/SearchPageNarrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function SearchPageNarrow({queryJSON, policyID, searchName, shouldGroupByReports
</View>
<View style={[styles.flex1]}>
<Animated.View style={[topBarAnimatedStyle, !searchRouterListVisible && styles.narrowSearchRouterInactiveStyle, styles.flex1, styles.bgTransparent]}>
<View style={[styles.narrowSearchHeaderStyle]}>
<View style={[styles.narrowSearchHeaderStyle, styles.flex1]}>
<SearchPageHeader
queryJSON={queryJSON}
searchRouterListVisible={searchRouterListVisible}
Expand Down

0 comments on commit 46ec589

Please sign in to comment.