Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

nimarb
Copy link
Contributor

@nimarb nimarb commented Sep 4, 2025

Important

Fixes scrollability of trace tree in Trace component by adjusting CSS classes for layout and overflow properties.

  • Behavior:
    • Fixes scrollability of trace tree in Trace component in index.tsx by adjusting CSS classes.
    • Ensures treeOrSearchContent is wrapped in a scrollable container with overflow-y-auto.
  • Layout:
    • Changes div class from overflow-hidden to flex flex-col overflow-hidden for better layout control.
    • Wraps treeOrSearchContent in div with min-h-0 flex-1 overflow-y-auto pb-2 for scrollability.

This description was created by Ellipsis for eba2d9f. You can customize this summary. It will automatically update as commits are pushed.

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Sep 4, 2025
@nimarb nimarb merged commit 69c91c5 into main Sep 4, 2025
24 of 27 checks passed
@nimarb nimarb deleted the nimar/lfe-6558-trace-tree-scroll branch September 4, 2025 18:31
@dosubot dosubot bot added the bug Something isn't working label Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant