Skip to content

Commit 8fb2fd4

Browse files
fix(replay): fix scroll issue on ai summary tab (#97770)
the `overflow: auto` style was causing the scrollbar to get stuck sometimes before: https://github.com/user-attachments/assets/2275d85e-c39d-4f6d-ab46-3d9601eda593 after: https://github.com/user-attachments/assets/846a48d2-ef19-4e8b-aeb2-a0cb9cf5e45a
1 parent 7c597b5 commit 8fb2fd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/app/views/replays/detail/ai/chapterList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ const ChapterIconArrow = styled(IconChevron)`
253253

254254
const ChaptersList = styled('div')`
255255
flex: 1;
256-
overflow: auto;
257256
`;
258257

259258
const ChapterWrapper = styled('details')`

0 commit comments

Comments
 (0)