I currently add it the following way: ``` <Layout.LayoutContainer>...</Layout.LayoutContainer> <Layout.ContentSplitter visible={true} /> <Layout.AuthoringContainer open={this.state.rundownIdInEditMode != null}>...</Layout.AuthoringContainer> ``` The are 2 problems: * Unless there's an element forcing height, the splitter collapses and content is not visible: [video](https://user-images.githubusercontent.com/2076953/186605385-80799e64-7a68-47e2-9497-ad65cd9f3f42.mp4) * Resizing sections doesn't work
I currently add it the following way:
The are 2 problems: