shadcn-ui/ui

[bug]: ScrollArea not working inside ResizablePanel

Closed this issue · 2 comments

Describe the bug

When ScrollArea is rendered under a ResizablePanel (doesn't matter at which level), scroll doesn't work. It just acts like overflow-hidden.

Affected component/components

ResizablePanel, ScrollArea

How to reproduce

  1. Create a layout with 2 ResizablePanels and put SrollArea inside them with some long content.
  2. Try to scroll

Codesandbox/StackBlitz link

No response

Logs

No response

System Info

Latest Chrome

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues

Noticed it's probable a me problem. Closing

i seem to have the same issue can you explain how you solved it? thanks