Skip to content

Commit 7a901c9

Browse files
committed
rm overflow hidden
1 parent b4db455 commit 7a901c9

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
@@ -87,8 +87,8 @@ function TransactionListItemNarrow<TItem extends ListItem>({
8787
styles.flex1,
8888
animatedHighlightStyle,
8989
styles.userSelectNone,
90-
isFirstItem && [styles.tableTopRadius, styles.overflowHidden],
91-
isLastItem && [styles.tableBottomRadius, styles.overflowHidden],
90+
isFirstItem && styles.tableTopRadius,
91+
isLastItem && styles.tableBottomRadius,
9292
!isLastItem && StyleUtils.getSelectedBorderBottomStyle(item.isSelected),
9393
]}
9494
>

0 commit comments

Comments
 (0)