Skip to content

Conversation

@krishna9358
Copy link
Contributor

Summary

Issue: When the lower panel (timeline view) is pulled up/resized to be taller, the content gets cut off with no way to scroll through it.

Solution:
Changed overflow-hidden to overflow-y-auto in the timeline wrapper in ExecutionInspector.tsx (line 357)
Added overflow-y-auto max-h-full to the main container in ExecutionTimeline.tsx (line 308)
Now when users resize the timeline panel, a vertical scrollbar will appear if the content exceeds the visible area, making it more user-friendly.

Testing

  • bun run test
  • bun run lint
  • bun run typecheck
  • Additional notes:

Documentation

  • Updated the relevant doc(s) (see docs/guide.md) or checked that no updates are needed.
  • Recorded contract/architecture changes in both public docs and .ai logs when applicable.

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

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.

2 participants