Skip to content

Comments

Fix #33856: [Bug]: Addon panel “Controls” tab does not scroll when docke#33890

Open
danielalanbates wants to merge 1 commit intostorybookjs:nextfrom
danielalanbates:fix/issue-33856
Open

Fix #33856: [Bug]: Addon panel “Controls” tab does not scroll when docke#33890
danielalanbates wants to merge 1 commit intostorybookjs:nextfrom
danielalanbates:fix/issue-33856

Conversation

@danielalanbates
Copy link

@danielalanbates danielalanbates commented Feb 21, 2026

Fixes #33856

Summary

This PR fixes: [Bug]: Addon panel “Controls” tab does not scroll when docked right and minimized

Changes

code/core/src/controls/components/ControlsPanel.tsx | 1 +
 1 file changed, 1 insertion(+)

Testing

Please review the changes carefully. The fix was verified against the existing test suite.


This PR was created with the assistance of Claude Sonnet 4.6 by Anthropic | effort: low. Happy to make any adjustments!

Summary by CodeRabbit

  • Bug Fixes
    • Fixed scrolling behavior in the controls panel to properly display content when it exceeds the available height.

@dosubot
Copy link

dosubot bot commented Feb 21, 2026

Related Documentation

Checked 0 published document(s) in 1 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 21, 2026

No actionable comments were generated in the recent review. 🎉


📝 Walkthrough

Walkthrough

Added overflow: 'auto' styling to the AddonWrapper component to enable scrolling when content exceeds available height. This is a pure styling adjustment with no modifications to control flow or logic.

Changes

Cohort / File(s) Summary
Styling Enhancement
code/core/src/controls/components/ControlsPanel.tsx
Added overflow: 'auto' to AddonWrapper styled component to enable scrollable behavior for overflowing content.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

[Bug]: Addon panel “Controls” tab does not scroll when docked right and minimized

1 participant