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
{{ message }}
This repository was archived by the owner on Jun 3, 2020. It is now read-only.
I am using react and have a split pane window. Now I'd like to render the sidebar inside this pane window. I have sidebarStyle as following:

unfortunately it can not render properly as the height is always 0.
if I change the above position from "absolute" to "relative". It renders, but the sidebar fills the entire pane. The size is wrong.

Here is my wrapper for the pane window

If I render sidebar outside the pane window, it works.
Any suggestions are greatly appreciated.