You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT: I was able to fix this by setting the height/max-height in the wrapped component. @julien-blanchon in your case it would be e.g. <RightPanel class="max-h-[80vh]" />. This will kind of work, but it will probably not be very responsive, but at least it works.
Describe the bug
Look like it's not possible to have both a ScrollArea and a Resizable Pane together.
I've tried
And
Reproduction
<Resizable.Pane
defaultSize={60}
maxSize={80}
minSize={50}
style="overflow-y: scroll;"
id="left-tab"
class="relative mx-auto mt-6 w-full overflow-y-scroll p-2 md:p-8 lg:mt-0 lg:h-full lg:w-3/5"
>
</Resizable.Pane>
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: