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 has been archived by the owner on Jun 3, 2020. It is now read-only.
Let me make it clear. If I render Sidebar without my SBContainer, it works great.
As long as I render it inside my SBContainer, it can not calculate the height of Sidebar (height=0). Here is my render function and the SBContainer.
Any suggestions are greatly appreciated.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: