Skip to content

Commit fc258be

Browse files
authored
Merge pull request Expensify#90718 from Expensify/cmartins-fixBlocker
[CP Staging] Remove overflow hidden
2 parents cef5c2e + 7a901c9 commit fc258be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Search/SearchList/ListItem/TransactionListItem/TransactionListItemNarrow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ function TransactionListItemNarrow<TItem extends ListItem>({
104104
styles.flex1,
105105
animatedHighlightStyle,
106106
styles.userSelectNone,
107-
isFirstItem && [styles.tableTopRadius, styles.overflowHidden],
108-
isLastItem && [styles.tableBottomRadius, styles.overflowHidden],
107+
isFirstItem && styles.tableTopRadius,
108+
isLastItem && styles.tableBottomRadius,
109109
!isLastItem && StyleUtils.getSelectedBorderBottomStyle(item.isSelected),
110110
]}
111111
>

0 commit comments

Comments
 (0)