Skip to content

Commit 1b71599

Browse files
fix(replay): lower z index of div covering replay table row (#97764)
closes https://linear.app/getsentry/issue/REPLAY-624/replay-index-page-missing-tooltip-for-absolute-date-and-time the div covering the whole table row was causing users to be unable to interact with tooltips and buttons on the row. (for example on the issue detail > replays page) <img width="822" height="125" alt="SCR-20250813-hwiu" src="https://github.com/user-attachments/assets/c2b2f68a-44d7-4261-8d46-f258b116e474" />
1 parent cc3cf18 commit 1b71599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/components/replays/table/replayTableColumns.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ const CellLink = styled(Link)`
675675
left: 0;
676676
right: 0;
677677
bottom: 0;
678+
z-index: -1;
678679
}
679680
`;
680681

0 commit comments

Comments
 (0)