Skip to content

Fix: scrollbar placement in Node Inspector#985

Merged
hhubert6 merged 1 commit intomainfrom
fix/node-inspector-scroll
May 4, 2026
Merged

Fix: scrollbar placement in Node Inspector#985
hhubert6 merged 1 commit intomainfrom
fix/node-inspector-scroll

Conversation

@hhubert6
Copy link
Copy Markdown
Contributor

@hhubert6 hhubert6 commented May 4, 2026

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adjusts the Node Inspector page layout so the vertical scrollbar is attached to a full-width container rather than the centered, max-width content column—addressing scrollbar placement in the debugger UI. It also removes a couple of unused test aliases.

Changes:

  • Move the Node Inspector’s overflow-y-auto scrolling behavior to a full-width wrapper div and center content via an inner max-w-screen-2xl mx-auto container.
  • Remove unused LiveDebugger.Utils.Versions aliases from two callback tracer test modules.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
test/services/callback_tracer/gen_servers/tracing_manager_test.exs Removes an unused alias to reduce warnings/unused imports.
test/services/callback_tracer/actions/tracing_test.exs Removes an unused alias to reduce warnings/unused imports.
lib/live_debugger/app/debugger/web/components/pages.ex Updates Node Inspector layout structure so the scrollbar is on a full-width container while content remains centered.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Contributor

@GuzekAlan GuzekAlan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🦈

@hhubert6 hhubert6 merged commit 3466489 into main May 4, 2026
8 checks passed
@hhubert6 hhubert6 deleted the fix/node-inspector-scroll branch May 4, 2026 11:59
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.

3 participants