Skip to content

Fix scrolling in the Coding tab - #1470

Draft
jaykim1213 wants to merge 1 commit into
devfrom
jay/codingScrollBug
Draft

jaykim1213 wants to merge 1 commit into
devfrom
jay/codingScrollBug

Conversation

@jaykim1213

@jaykim1213 jaykim1213 commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Does this PR close any open issues?

Closes #1080

Give a longer description of what this PR addresses and why it's needed

Long transcripts in the Coding tab were clipped by the analysis page's height-constrained layout, with no scrollable container to reach the remaining content.

This change adds overflow: auto to the Coding tab panel, matching the other scrollable analysis tabs. The transcript column headings scroll with the content, while the existing playback footer remains fixed.

Validation:

  • All 14 StudyAnalysisTabs unit tests passed.
  • yarn lint passed with two warnings in unchanged files.
  • Browser verification is pending.

Provide pictures/videos of the behavior before and after these changes (optional)

Not included.

Are there any additional TODOs before this PR is ready to go?

TODOs:

  • Verify scrolling with a long transcript and confirm the final row is accessible above the playback footer.

No documentation changes are needed.

@jaykim1213 jaykim1213 changed the title Fix overflow styling for tagging panel in StudyAnalysisTabs Fix scrolling in the Coding tab Sep 15, 2026
@jaykim1213 jaykim1213 linked an issue Sep 15, 2026 that may be closed by this pull request
@github-actions

github-actions Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

A preview of is uploaded and can be seen here:

https://revisit.dev/study/PR1470

Changes may take a few minutes to propagate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to scroll in Coding interface

1 participant